From: Bartosz DziewoƄski Date: Tue, 4 Mar 2014 20:31:47 +0000 (+0100) Subject: mediawiki.special: Kill width: 98% on borderless tables X-Git-Tag: 1.31.0-rc.0~16363 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=ad937e5033e1d3449171ed27f3803bf149b7a2e8;p=lhc%2Fweb%2Fwiklou.git mediawiki.special: Kill width: 98% on borderless tables For Special:Prefixindex this dates back to the stone age, I didn't bother finding out what the reasoning was. width: 100% was clearly intended. For Special:EmailUser there isn't even such an element anywhere. Change-Id: Ie3a7e7fa00961b62e46e3f8cd05fd2e7d3c25f06 --- diff --git a/resources/mediawiki.special/mediawiki.special.css b/resources/mediawiki.special/mediawiki.special.css index a877b745d2..eb38936b65 100644 --- a/resources/mediawiki.special/mediawiki.special.css +++ b/resources/mediawiki.special/mediawiki.special.css @@ -49,9 +49,6 @@ span.mw-blocklist-actions { } /**** Special:EmailUser ****/ -table.mw-emailuser-table { - width: 98%; -} td#mw-emailuser-sender, td#mw-emailuser-recipient { font-weight: bold; @@ -69,7 +66,7 @@ table.mw-listgrouprights-table tr { table#mw-prefixindex-list-table, /* HTML backwards-compatibility, to be removed before 1.23 */ table.mw-prefixindex-list-table, table#mw-prefixindex-nav-table { - width: 98%; + width: 100%; } td#mw-prefixindex-nav-form { margin-bottom: 1em;