r59714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59713‎ | r59714 | r59715 >
Date:22:51, 3 December 2009
Author:tparscal
Status:ok (Comments)
Tags:
Comment:
Fixes issue that was caused by tweaks in r59224 and r59254 which made the actions drop down become 1px wider on mouseover.
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
@@ -257,7 +257,7 @@
258258 /* Fixes old versions of FireFox */
259259 body.rtl div.vectorMenu > div.menu,
260260 x:-moz-any-link {
261 - margin-right: 24px;
 261+ margin-right: 23px;
262262 }
263263 div.vectorMenu:hover div.menu {
264264 display: block;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -257,7 +257,7 @@
258258 /* Fixes old versions of FireFox */
259259 body.rtl div.vectorMenu > div.menu,
260260 x:-moz-any-link {
261 - margin-left: 24px;
 261+ margin-left: 23px;
262262 }
263263 div.vectorMenu:hover div.menu {
264264 display: block;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59224Fixing a spacing issue with RTL langauges and the dropdown menuadam22:35, 18 November 2009
r59254a followup, better fix for what r59224 aimed to do: Fixing a spacing issue wi...adam17:16, 19 November 2009

Comments

#Comment by Trevor Parscal (WMF) (talk | contribs)   22:56, 3 December 2009

See comments on r59254.

Status & tagging log