From fe3e4e7bd6d3b1b10ffe1e063b11cdfd93317c7d Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 15 Jun 2009 08:05:52 +0000 Subject: [PATCH] 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. --- skins/common/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1