From 552049cde688c68a1d0a6a7cb29ab5cb7c26de74 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 3 Jul 2009 13:31:56 +0000 Subject: [PATCH] bug 19225 width for td.mw-label causes issues --- skins/common/shared.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index d4f5899a75..3ba23982c1 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -67,7 +67,9 @@ 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: 30%; } +td.mw-label { vertical-align: top; } +.prefsection td.mw-label { width: 20%; } +.prefsection table { width: 100%; } td.mw-submit { white-space: nowrap; } table.mw-htmlform-nolabel td.mw-label { width: 0 !important; } -- 2.20.1