mediawiki.special: Kill width: 98% on borderless tables
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 4 Mar 2014 20:31:47 +0000 (21:31 +0100)
committerOri.livneh <ori@wikimedia.org>
Sat, 5 Apr 2014 22:37:34 +0000 (22:37 +0000)
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

resources/mediawiki.special/mediawiki.special.css

index a877b74..eb38936 100644 (file)
@@ -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;