From 8ce2d081fe08f4ecbc277702418f67fa88daeb4c Mon Sep 17 00:00:00 2001 From: Krinkle Date: Mon, 30 Jan 2012 18:35:38 +0000 Subject: [PATCH] [shared.css] Fix preferences CSS bug * Apply r109054 fix from branches/RL2 to trunk -- width: 0; doesn't work and still leaves the column open to free interpretation by the browsers. causing inconsistent widths for the "no label" columns when there are multiple of those tables on one page. * Also dropping unneeded "!important". --- 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 200be2537d..c159c0c353 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -238,7 +238,7 @@ td.mw-submit { } table.mw-htmlform-nolabel td.mw-label { - width: 0 !important; + width: 1px; } tr.mw-htmlform-vertical-label td.mw-label { -- 2.20.1