From: Krinkle Date: Mon, 30 Jan 2012 18:35:38 +0000 (+0000) Subject: [shared.css] Fix preferences CSS bug X-Git-Tag: 1.31.0-rc.0~25003 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=8ce2d081fe08f4ecbc277702418f67fa88daeb4c;p=lhc%2Fweb%2Fwiklou.git [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". --- 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 {