r51868 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51867‎ | r51868 | r51869 >
Date:08:05, 15 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Label width from 20% to 30% to further reduce label wrapping. Is was for example wrapping on Special:AllPages for "Display pages starting at:" at 'at' in FF3.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -74,7 +74,7 @@
7575 body.rtl td.mw-input { text-align: right; }
7676 body.rtl td.mw-submit { text-align: right; }
7777
78 -td.mw-label { vertical-align: top; width: 20%; }
 78+td.mw-label { vertical-align: top; width: 30%; }
7979 td.mw-submit { white-space: nowrap; }
8080
8181 table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }

Status & tagging log