Add a link to edit the proction reason list
[lhc/web/wiklou.git] / skins / common / shared.css
index daba44b..56bcb70 100644 (file)
@@ -92,8 +92,9 @@ body.ltr .magnify { float:right; }
 .mw-hidden-cats-hidden { display: none; }
 .catlinks-allhidden { display: none; }
 
-/* Convenience links to edit block and delete reasons */
-p.mw-ipb-conveniencelinks, p.mw-filedelete-editreasons, p.mw-delete-editreasons {
+/* Convenience links to edit block, delete and protect reasons */
+p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
+p.mw-filedelete-editreasons, p.mw-delete-editreasons {
        font-size: 90%;
        float: right;
 }
@@ -161,6 +162,7 @@ table.mw-userrights-groups * td,table.mw-userrights-groups * th {
        left: 0px;
        width: 0px;
        background-color: white; 
+       background-color: Window;
        border-style: solid;
        border-color: #AAAAAA;
        border-width: 1px;
@@ -224,7 +226,13 @@ td.os-suggest-result-hl {
     border: 1px dashed #aaa;
 }
 
-table.mw-listgrouprights-table  {
+/*
+ * Special:ListGroupRights styling
+ * Special:Statistics styling 
+*/
+
+table.mw-listgrouprights-table,
+table.mw-statistics-table {
        border: 1px solid #ccc;
        border-collapse: collapse;
 }
@@ -233,11 +241,16 @@ table.mw-listgrouprights-table tr  {
        vertical-align: top;
 }
 
-table.mw-listgrouprights-table td, table.mw-listgrouprights-table th {
+table.mw-listgrouprights-table td, table.mw-listgrouprights-table th,
+table.mw-statistics-table td, table.mw-statistics-table th {
        padding: 0.5em 0.2em 0.5em 0.2em;
        border: 1px solid #ccc;
 }
 
+td.mw-statistics-numbers {
+       text-align: right;
+}
+
 /* Special:SpecialPages styling */
 h4.mw-specialpagesgroup {
        background-color: #dcdcdc;