Merge "Increase Opera minimum for Grades A and C to 15"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.notification.css
index 633798d..a56be76 100644 (file)
 }
 
 .mw-notification {
-       padding: 0.25em 1em;
+       padding: 0.75em 1.5em;
        margin-bottom: 0.5em;
        border: solid 1px #ddd;
-       background-color: #fcfcfc;
+       background-color: #fff;
        /* Click handler in mediawiki.notification.js */
        cursor: pointer;
 
        font-weight: bold;
 }
 
-.mw-notification-type-warn {
+.mw-notification.mw-notification-type-warn {
        border-color: #f5be00; /* yellow */
        background-color: #ffffe8;
 }
 
-.mw-notification-type-error {
+.mw-notification.mw-notification-type-error {
        border-color: #eb3941; /* red */
        background-color: #fff8f8;
 }