Resource changes needed for $wgVectorShowVariantName (see r65590) to function properly.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 27 Apr 2010 22:13:29 +0000 (22:13 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 27 Apr 2010 22:13:29 +0000 (22:13 +0000)
skins/vector/images/arrow-down-icon.png
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index bf2d4fb..a7607bc 100644 (file)
Binary files a/skins/vector/images/arrow-down-icon.png and b/skins/vector/images/arrow-down-icon.png differ
index 5371a46..edbaaf5 100644 (file)
@@ -204,8 +204,9 @@ body {
                direction: ltr;
                float: left;
                background-image: url(images/arrow-down-icon.png);
-               background-position: center center;
+               background-position: 100% 60%;
                background-repeat: no-repeat;
+               cursor: pointer;
        }
        /* @noflip */
        body.rtl div.vectorMenu {
@@ -226,6 +227,15 @@ body {
                background-position: bottom left;
                margin-left: -1px;
        }
+       #head div.vectorMenu h4 {
+               display: inline-block;
+               float: left;
+               font-size: 0.8em;
+               padding-left: 0.5em;
+               padding-top: 1.375em;
+               font-weight: normal;
+               border: none;
+       }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        /* @noflip */
        div.vectorMenu h5 a {
index 856ec6b..059ac30 100644 (file)
@@ -204,8 +204,9 @@ body {
                direction: ltr;
                float: left;
                background-image: url(images/arrow-down-icon.png);
-               background-position: center center;
+               background-position: 100% 60%;
                background-repeat: no-repeat;
+               cursor: pointer;
        }
        /* @noflip */
        body.rtl div.vectorMenu {
@@ -226,6 +227,15 @@ body {
                background-position: bottom right;
                margin-right: -1px;
        }
+       #head div.vectorMenu h4 {
+               display: inline-block;
+               float: right;
+               font-size: 0.8em;
+               padding-right: 0.5em;
+               padding-top: 1.375em;
+               font-weight: normal;
+               border: none;
+       }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        /* @noflip */
        div.vectorMenu h5 a {