r59806 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59805‎ | r59806 | r59807 >
Date:23:03, 7 December 2009
Author:tparscal
Status:ok
Tags:
Comment:
Used more @noflip rules to make some of the margins a bit less confusing.
Modified paths:
  • /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/main-ltr.css
@@ -205,6 +205,7 @@
206206 background-position: center center;
207207 background-repeat: no-repeat;
208208 }
 209+ /* @noflip */
209210 body.rtl div.vectorMenu {
210211 direction: rtl;
211212 }
@@ -247,17 +248,20 @@
248249 text-align: left;
249250 }
250251 /* OVERRIDDEN BY COMPLIANT BROWSERS */
 252+ /* @noflip */
251253 body.rtl div.vectorMenu div.menu {
252 - margin-right: 24px;
 254+ margin-left: 24px;
253255 }
254256 /* IGNORED BY IE6 */
 257+ /* @noflip */
255258 body.rtl div.vectorMenu > div.menu {
256 - margin-right: auto;
 259+ margin-left: auto;
257260 }
258261 /* Fixes old versions of FireFox */
 262+ /* @noflip */
259263 body.rtl div.vectorMenu > div.menu,
260264 x:-moz-any-link {
261 - margin-right: 23px;
 265+ margin-left: 23px;
262266 }
263267 div.vectorMenu:hover div.menu {
264268 display: block;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -205,6 +205,7 @@
206206 background-position: center center;
207207 background-repeat: no-repeat;
208208 }
 209+ /* @noflip */
209210 body.rtl div.vectorMenu {
210211 direction: rtl;
211212 }
@@ -247,14 +248,17 @@
248249 text-align: right;
249250 }
250251 /* OVERRIDDEN BY COMPLIANT BROWSERS */
 252+ /* @noflip */
251253 body.rtl div.vectorMenu div.menu {
252254 margin-left: 24px;
253255 }
254256 /* IGNORED BY IE6 */
 257+ /* @noflip */
255258 body.rtl div.vectorMenu > div.menu {
256259 margin-left: auto;
257260 }
258261 /* Fixes old versions of FireFox */
 262+ /* @noflip */
259263 body.rtl div.vectorMenu > div.menu,
260264 x:-moz-any-link {
261265 margin-left: 23px;

Follow-up revisions

RevisionCommit summaryAuthorDate
r59858wmf-deployment: Merge r59224, r59254, r59680, r59683, r59806 (usability fixes...catrope23:09, 8 December 2009

Status & tagging log