diff options
author | Brian Evans <grknight@gentoo.org> | 2018-11-24 20:51:54 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-11-24 20:51:54 -0500 |
commit | cd97afee20b2d7b2293403f0a15267f716e04eba (patch) | |
tree | 44783dd8e4029d135bd4903edd6445c481ea52ec | |
parent | main.css: Update notifications a bit more (diff) | |
download | skin-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.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |