Resolved incorrect wrapping of tabs in prefrences.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 7 Jul 2009 17:56:23 +0000 (17:56 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 7 Jul 2009 17:56:23 +0000 (17:56 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 10b8a00..c362eec 100644 (file)
@@ -333,11 +333,11 @@ div#p-logo a {
 /* Preferences */
 #preftoc {
        /* Tabs */
+       width: 100%;
        float: left;
        clear: both;
        margin: 0 !important;
        padding: 0 !important;
-       height: 2.25em;
        background-image: url(images/preferences-break.png);
        background-position: bottom left;
        background-repeat: no-repeat;
@@ -368,6 +368,7 @@ div#p-logo a {
                padding: 0.5em;
                text-decoration: none;
                background-image: none;
+               font-size: 0.9em;
        }
        #preftoc a:hover {
                text-decoration: underline;
index bbb2f11..2ae38fb 100644 (file)
@@ -347,11 +347,11 @@ div#p-logo a {
 /* Preferences */
 #preftoc {
        /* Tabs */
+       width: 100%;
        float: right;
        clear: both;
        margin: 0 !important;
        padding: 0 !important;
-       height: 2.25em;
        background-image: url(images/preferences-break.png);
        background-position: bottom right;
        background-repeat: no-repeat;