From: Siebrand Mazeland Date: Mon, 15 Jun 2009 08:05:52 +0000 (+0000) Subject: Label width from 20% to 30% to further reduce label wrapping. Is was for example... X-Git-Tag: 1.31.0-rc.0~41374 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=fe3e4e7bd6d3b1b10ffe1e063b11cdfd93317c7d;p=lhc%2Fweb%2Fwiklou.git 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. --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 46c2aa06d5..02b4353462 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -74,7 +74,7 @@ body.rtl td.mw-label { text-align: left; } body.rtl td.mw-input { text-align: right; } body.rtl td.mw-submit { text-align: right; } -td.mw-label { vertical-align: top; width: 20%; } +td.mw-label { vertical-align: top; width: 30%; } td.mw-submit { white-space: nowrap; } table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }