Merge "Send the full title to the 'nogomatch' debug log group"
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.notification.css
index 9a7b651..0c8152e 100644 (file)
@@ -1,16 +1,22 @@
-/**
- * Stylesheet for mediawiki.notification module
- */
-
-#mw-notification-area {
+.mw-notification-area {
        position: absolute;
-       top: 1em;
-       right: 1em;
+       top: 0;
+       right: 0;
+       padding: 1em 1em 0 0;
        width: 20em;
        line-height: 1.35;
        z-index: 10000;
 }
 
+.mw-notification-area-floating {
+       position: fixed;
+}
+
+* html .mw-notification-area-floating {
+       /* Make it at least 'absolute' in IE6 since 'fixed' is not supported */
+       position: absolute;
+}
+
 .mw-notification {
        padding: 0.25em 1em;
        margin-bottom: 0.5em;