[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".
This commit is contained in:
Krinkle 2012-01-30 18:35:38 +00:00
parent 94bec8ef57
commit 8ce2d081fe

View file

@ -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 {