Move Special:Block-specific CSS to Special:Block CSS file
authorChad Horohoe <chadh@wikimedia.org>
Thu, 3 Jul 2014 04:58:26 +0000 (21:58 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 3 Jul 2014 04:59:03 +0000 (21:59 -0700)
Change-Id: I28c6cafa559e2e9eb50065da5f6d7a6d3061047d

resources/src/mediawiki.special/mediawiki.special.block.css
resources/src/mediawiki.special/mediawiki.special.css

index a805f3e..a30a15d 100644 (file)
@@ -5,3 +5,7 @@
 label[for="mw-input-wpConfirm"] {
        font-weight: bold;
 }
+
+tr.mw-block-hideuser {
+       font-weight: bold;
+}
index 44fcce5..7ac8154 100644 (file)
@@ -27,11 +27,6 @@ table.mw-allpages-table-form tr {
        vertical-align: top;
 }
 
-/* Special:Block */
-tr.mw-block-hideuser {
-       font-weight: bold;
-}
-
 /* Special:BlockList */
 table.mw-blocklist span.mw-usertoollinks,
 span.mw-blocklist-actions {