aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-11-24 20:51:54 -0500
committerBrian Evans <grknight@gentoo.org>2018-11-24 20:51:54 -0500
commitcd97afee20b2d7b2293403f0a15267f716e04eba (patch)
tree44783dd8e4029d135bd4903edd6445c481ea52ec
parentmain.css: Update notifications a bit more (diff)
downloadskin-tyrian-cd97afee20b2d7b2293403f0a15267f716e04eba.tar.gz
skin-tyrian-cd97afee20b2d7b2293403f0a15267f716e04eba.tar.bz2
skin-tyrian-cd97afee20b2d7b2293403f0a15267f716e04eba.zip
Add notices to CSS so they appear correctly under the user
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.css b/main.css
index 9b30119..847aad3 100644
--- a/main.css
+++ b/main.css
@@ -244,6 +244,12 @@ body.skin-tyrian #pt-notifications-message .mw-echo-notifications-badge {
width: auto;
}
+body.skin-tyrian #pt-notifications-notice .mw-echo-notifications-badge {
+ top :0;
+ height: 100%;
+ width: 100%;
+}
+
body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge:before,
body.skin-tyrian #pt-notifications-notice .mw-echo-notifications-badge:before {
top: 7px;