Move HistoryAction CSS from mediawiki.legacy.shared
authorPrateek Saxena <prtksxna@gmail.com>
Mon, 20 Jun 2016 09:56:33 +0000 (15:26 +0530)
committerPrateek Saxena <prtksxna@gmail.com>
Sun, 26 Jun 2016 12:50:55 +0000 (18:20 +0530)
...to mediawiki.action.history.styles

Bug: T89981
Change-Id: I0b5c513ebd73aeed287f8fe681e231ffc9b6ab08

resources/src/mediawiki.action/mediawiki.action.history.styles.css
resources/src/mediawiki.legacy/shared.css

index 269db8e..5b08f95 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: #f9f9f9;
+       border: 1px dashed #aaa;
+}
+
+.mw-history-revisionactions {
+       float: right;
+}
+
 .updatedmarker {
        background-color: #b7f430;
 }
index 4ff403a..c7cd14b 100644 (file)
@@ -284,31 +284,11 @@ p.mw-delete-editreasons {
        text-align: right;
 }
 
-/* Page history styling */
-
 /* The auto-generated edit comments */
 .autocomment {
        color: #808080;
 }
 
-#pagehistory .history-user {
-       margin-left: 0.4em;
-       margin-right: 0.2em;
-}
-
-#pagehistory li {
-       border: 1px solid #fff;
-}
-
-#pagehistory li.selected {
-       background-color: #f9f9f9;
-       border: 1px dashed #aaa;
-}
-
-.mw-history-revisionactions {
-       float: right;
-}
-
 /** Generic minor/bot/newpage styling (recent changes) */
 .newpage,
 .minoredit,