Merge "Special:RC tests: ignore order when asserting conditions"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.history.styles.css
index 269db8e..cad530b 100644 (file)
@@ -1,5 +1,23 @@
 /* Basic styles for the history page */
 
+#pagehistory .history-user {
+       margin-left: 0.4em;
+       margin-right: 0.2em;
+}
+
+#pagehistory li {
+       border: 1px solid #fff;
+}
+
+#pagehistory li.selected {
+       background-color: #f8f9fa;
+       border: 1px dashed #a2a9b1;
+}
+
+.mw-history-revisionactions {
+       float: right;
+}
+
 .updatedmarker {
        background-color: #b7f430;
 }