(bug 19496) New pages don't have yellow background. Moving rules for .not-patrolled...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 6 Jul 2009 23:52:22 +0000 (23:52 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 6 Jul 2009 23:52:22 +0000 (23:52 +0000)
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css

index 1603889..f4f96f7 100644 (file)
@@ -57,6 +57,23 @@ li span.deleted, span.history-deleted {
        font-style: italic;
 }
 
+/**
+ * Patrol stuff
+ */
+.not-patrolled {
+       background-color: #ffa;
+}
+
+span.unpatrolled {
+       font-weight: bold;
+       color: red;
+}
+
+div.patrollink {
+       font-size: 75%;
+       text-align: right;
+}
+
 /**
  * Forms
  */
index 395790b..bb548c1 100644 (file)
@@ -639,20 +639,10 @@ img.thumbborder {
        display: none;
 }
 
-.not-patrolled {
-       background-color: #ffa;
-}
-div.patrollink {
-       font-size: 75%;
-       text-align: right;
-}
+
 span.newpage, span.minor, span.bot {
        font-weight: bold;
 }
-span.unpatrolled {
-       font-weight: bold;
-       color: red;
-}
 
 .sharedUploadNotice {
        font-style: italic;
index bfef4c6..e2076c5 100644 (file)
@@ -1127,21 +1127,13 @@ div#userloginForm .captcha {
        display: none;
 }
 
-.not-patrolled {
-       background-color: #ffa;
-}
+
 div.patrollink {
        clear: both;
-       font-size: 75%;
-       text-align: right;
 }
 span.newpage, span.minor, span.bot {
        font-weight: bold;
 }
-span.unpatrolled {
-       font-weight: bold;
-       color: red;
-}
 
 .sharedUploadNotice {
        font-style: italic;