r52819 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52818‎ | r52819 | r52820 >
Date:23:52, 6 July 2009
Author:catrope
Status:ok
Tags:
Comment:
(bug 19496) New pages don't have yellow background. Moving rules for .not-patrolled, div.patrollink and span.unpatrolled up to common/shared.css
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1127,21 +1127,13 @@
11281128 display: none;
11291129 }
11301130
1131 -.not-patrolled {
1132 - background-color: #ffa;
1133 -}
 1131+
11341132 div.patrollink {
11351133 clear: both;
1136 - font-size: 75%;
1137 - text-align: right;
11381134 }
11391135 span.newpage, span.minor, span.bot {
11401136 font-weight: bold;
11411137 }
1142 -span.unpatrolled {
1143 - font-weight: bold;
1144 - color: red;
1145 -}
11461138
11471139 .sharedUploadNotice {
11481140 font-style: italic;
Index: trunk/phase3/skins/modern/main.css
@@ -639,20 +639,10 @@
640640 display: none;
641641 }
642642
643 -.not-patrolled {
644 - background-color: #ffa;
645 -}
646 -div.patrollink {
647 - font-size: 75%;
648 - text-align: right;
649 -}
 643+
650644 span.newpage, span.minor, span.bot {
651645 font-weight: bold;
652646 }
653 -span.unpatrolled {
654 - font-weight: bold;
655 - color: red;
656 -}
657647
658648 .sharedUploadNotice {
659649 font-style: italic;
Index: trunk/phase3/skins/common/shared.css
@@ -58,6 +58,23 @@
5959 }
6060
6161 /**
 62+ * Patrol stuff
 63+ */
 64+.not-patrolled {
 65+ background-color: #ffa;
 66+}
 67+
 68+span.unpatrolled {
 69+ font-weight: bold;
 70+ color: red;
 71+}
 72+
 73+div.patrollink {
 74+ font-size: 75%;
 75+ text-align: right;
 76+}
 77+
 78+/**
6279 * Forms
6380 */
6481 body.ltr td.mw-label { text-align: right; }

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log