r65591 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65590‎ | r65591 | r65592 >
Date:22:13, 27 April 2010
Author:tparscal
Status:ok
Tags:
Comment:
Resource changes needed for $wgVectorShowVariantName (see r65590) to function properly.
Modified paths:
  • /trunk/phase3/skins/vector/images/arrow-down-icon.png (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/images/arrow-down-icon.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/phase3/skins/vector/main-ltr.css
@@ -204,8 +204,9 @@
205205 direction: ltr;
206206 float: left;
207207 background-image: url(images/arrow-down-icon.png);
208 - background-position: center center;
 208+ background-position: 100% 60%;
209209 background-repeat: no-repeat;
 210+ cursor: pointer;
210211 }
211212 /* @noflip */
212213 body.rtl div.vectorMenu {
@@ -226,6 +227,15 @@
227228 background-position: bottom left;
228229 margin-left: -1px;
229230 }
 231+ #head div.vectorMenu h4 {
 232+ display: inline-block;
 233+ float: left;
 234+ font-size: 0.8em;
 235+ padding-left: 0.5em;
 236+ padding-top: 1.375em;
 237+ font-weight: normal;
 238+ border: none;
 239+ }
230240 /* OVERRIDDEN BY COMPLIANT BROWSERS */
231241 /* @noflip */
232242 div.vectorMenu h5 a {
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -204,8 +204,9 @@
205205 direction: ltr;
206206 float: left;
207207 background-image: url(images/arrow-down-icon.png);
208 - background-position: center center;
 208+ background-position: 100% 60%;
209209 background-repeat: no-repeat;
 210+ cursor: pointer;
210211 }
211212 /* @noflip */
212213 body.rtl div.vectorMenu {
@@ -226,6 +227,15 @@
227228 background-position: bottom right;
228229 margin-right: -1px;
229230 }
 231+ #head div.vectorMenu h4 {
 232+ display: inline-block;
 233+ float: right;
 234+ font-size: 0.8em;
 235+ padding-right: 0.5em;
 236+ padding-top: 1.375em;
 237+ font-weight: normal;
 238+ border: none;
 239+ }
230240 /* OVERRIDDEN BY COMPLIANT BROWSERS */
231241 /* @noflip */
232242 div.vectorMenu h5 a {

Follow-up revisions

RevisionCommit summaryAuthorDate
r65765Followup to r65590: we don't need to explain the meanings of 'true' and 'fals...catrope21:26, 1 May 2010
r65959Merge Vector and UsabilityInitiative fixes from trunk: r64724, r65064, r65379...catrope19:03, 5 May 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65590Added $wgVectorShowVariantName global configuration varaible which causes Vec...tparscal22:11, 27 April 2010

Status & tagging log