From: Trevor Parscal Date: Tue, 27 Apr 2010 22:13:29 +0000 (+0000) Subject: Resource changes needed for $wgVectorShowVariantName (see r65590) to function properly. X-Git-Tag: 1.31.0-rc.0~36998 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=41bbd79ef8a83c0adf1e3a582107f507a333eb65;p=lhc%2Fweb%2Fwiklou.git Resource changes needed for $wgVectorShowVariantName (see r65590) to function properly. --- diff --git a/skins/vector/images/arrow-down-icon.png b/skins/vector/images/arrow-down-icon.png index bf2d4fb4b4..a7607bc54a 100644 Binary files a/skins/vector/images/arrow-down-icon.png and b/skins/vector/images/arrow-down-icon.png differ diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 5371a46124..edbaaf5d3f 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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 { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 856ec6bb00..059ac30e70 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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 {