r52737 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52736‎ | r52737 | r52738 >
Date:13:31, 3 July 2009
Author:werdna
Status:ok
Tags:
Comment:
bug 19225 width for td.mw-label causes issues
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -67,7 +67,9 @@
6868 body.rtl td.mw-input { text-align: right; }
6969 body.rtl td.mw-submit { text-align: right; }
7070
71 -td.mw-label { vertical-align: top; width: 30%; }
 71+td.mw-label { vertical-align: top; }
 72+.prefsection td.mw-label { width: 20%; }
 73+.prefsection table { width: 100%; }
7274 td.mw-submit { white-space: nowrap; }
7375
7476 table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }

Follow-up revisions

RevisionCommit summaryAuthorDate
r53399Merging UI fixes from trunk (acaifix tag), first batch:...brion15:17, 17 July 2009

Status & tagging log