Add a link to edit the proction reason list
[lhc/web/wiklou.git] / skins / common / shared.css
index 5eaa989..56bcb70 100644 (file)
@@ -9,6 +9,10 @@
 img.tex { vertical-align: middle; }
 span.texhtml { font-family: serif; }
 
+/* add a bit of margin space between the preview and the toolbar */
+/* this replaces the ugly <p><br /></p> we used to insert into the page source */
+#wikiPreview.ontop { margin-bottom: 1em; }
+
 /* Stop floats from intruding into edit area in previews */
 #toolbar, #wpTextbox1 { clear: both; }
 
@@ -88,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;
 }
@@ -157,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;
@@ -220,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;
 }
@@ -229,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;
@@ -241,10 +258,18 @@ h4.mw-specialpagesgroup {
        margin: .3em 0em 0em 0em;
 }
 .mw-specialpagerestricted {
-       display: list-item;
-       list-style-image: url(images/bullet_star.gif);
+       font-weight: bold;
 }
 
 #shared-image-dup, #shared-image-conflict {
        font-style: italic;
 }
+
+/* Special:EmailUser styling */
+table.mw-emailuser-table {
+       width: 98%;
+}
+td#mw-emailuser-sender, td#mw-emailuser-recipient {
+       font-weight: bold;
+}
+