diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
commit | c9aa36da061816dee256a979c2ff8d2ee41824d9 (patch) | |
tree | 29f7002b80ee984b488bd047dbbd80b36bf892e9 /resources/mediawiki/mediawiki.notification.css | |
parent | b4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff) | |
parent | d1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff) |
Merge branch 'archwiki'
# Conflicts:
# skins/ArchLinux.php
# skins/ArchLinux/archlogo.gif
Diffstat (limited to 'resources/mediawiki/mediawiki.notification.css')
-rw-r--r-- | resources/mediawiki/mediawiki.notification.css | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/resources/mediawiki/mediawiki.notification.css b/resources/mediawiki/mediawiki.notification.css deleted file mode 100644 index 3aa358ac..00000000 --- a/resources/mediawiki/mediawiki.notification.css +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Stylesheet for mediawiki.notification module - */ - -.mw-notification-area { - position: absolute; - 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; - border: solid 1px #ddd; - background-color: #fcfcfc; - /* Message hides on-click */ - /* See also mediawiki.notification.js */ - cursor: pointer; -} - -.mw-notification-title { - font-weight: bold; -} |