From: Prateek Saxena Date: Mon, 20 Jun 2016 09:56:33 +0000 (+0530) Subject: Move HistoryAction CSS from mediawiki.legacy.shared X-Git-Tag: 1.31.0-rc.0~6489^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=63c491dae66b5379871a8f28acaac08019bf19fc;p=lhc%2Fweb%2Fwiklou.git Move HistoryAction CSS from mediawiki.legacy.shared ...to mediawiki.action.history.styles Bug: T89981 Change-Id: I0b5c513ebd73aeed287f8fe681e231ffc9b6ab08 --- diff --git a/resources/src/mediawiki.action/mediawiki.action.history.styles.css b/resources/src/mediawiki.action/mediawiki.action.history.styles.css index 269db8eb32..5b08f95ae5 100644 --- a/resources/src/mediawiki.action/mediawiki.action.history.styles.css +++ b/resources/src/mediawiki.action/mediawiki.action.history.styles.css @@ -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; } diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 4ff403a2ef..c7cd14b900 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -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,