(bug 16497) Paginate Special:AllMessages
[lhc/web/wiklou.git] / skins / common / shared.css
index 9fd7805..e07803b 100644 (file)
@@ -155,6 +155,9 @@ div.searchresult {
        float:left;
        padding-left: 0.25em;
 }
+.rtl .mw-search-formheader div.search-types {
+       float: right;
+}
 .mw-search-formheader div.search-types ul {
        margin: 0 !important;
        padding: 0 !important;
@@ -210,9 +213,16 @@ fieldset#mw-searchoptions h4 {
        margin: 0;
        float: left;
 }
+.rtl fieldset#mw-searchoptions h4 {
+       float: right;
+}
 fieldset#mw-searchoptions div#mw-search-togglebox {
        float: right;
 }
+.rtl fieldset#mw-searchoptions div#mw-search-togglebox {
+       float: left;
+}
+
 fieldset#mw-searchoptions div#mw-search-togglebox label {
        margin-right: 0.25em;
 }
@@ -226,7 +236,13 @@ fieldset#mw-searchoptions table {
 fieldset#mw-searchoptions table td {
        padding-right: 1em;
 }
+.rtl fieldset#mw-searchoptions table td {
+       padding-left: 1em;
+       padding-right: 0;
+}
 body.rtl fieldset#mw-searchoptions table {
+       margin-right: 0;
+       margin-left: 3em;
        float: right;
 }
 fieldset#mw-searchoptions div.divider {
@@ -604,6 +620,23 @@ table.collapsed tr.collapsable {
 .imagelist .TablePager_col_img_description { white-space: normal }
 .imagelist th.TablePager_sort { background-color: #ccccff }
 
+ /* Allmessages table */
+#allmessagestable .allmessages-customised td.am_default {
+       background-color: #fcffc4;
+}
+
+#allmessagestable tr.allmessages-customised:hover td.am_default {
+       background-color: #faff90;
+}
+
+#allmessagestable td.am_actual {
+       background-color: #e2ffe2;
+}
+
+#allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
+       background-color: #b1ffb1;
+}
+
 /* filetoc */
 ul#filetoc {
        text-align: center;