r53249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53248‎ | r53249 | r53250 >
Date:17:44, 14 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Deafulted to a 0 minimum width on modern FF browsers.
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
@@ -255,6 +255,12 @@
256256 x:-moz-any-link {
257257 min-width: 6em;
258258 }
 259+ /* Returns things back to normal in modern versions of FireFox */
 260+ div.vectorMenu ul,
 261+ x:-moz-any-link,
 262+ x:default {
 263+ min-width: 0;
 264+ }
259265 div.vectorMenu li {
260266 padding: 0;
261267 margin: 0;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -255,6 +255,12 @@
256256 x:-moz-any-link {
257257 min-width: 6em;
258258 }
 259+ /* Returns things back to normal in modern versions of FireFox */
 260+ div.vectorMenu ul,
 261+ x:-moz-any-link,
 262+ x:default {
 263+ min-width: 0;
 264+ }
259265 div.vectorMenu li {
260266 padding: 0;
261267 margin: 0;

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log