diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-04-08 19:03:53 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-04-08 19:03:53 +0300 |
commit | fa5125be25c3e63c83e30a0a2c6766ab2a9a5ae6 (patch) | |
tree | 1015094cc7443742a399c419920f61c8e83c6ad4 /interface/css | |
parent | ed963d568f42db5ada19b0f2777ace8f301a563d (diff) | |
download | rspamd-fa5125be25c3e63c83e30a0a2c6766ab2a9a5ae6.tar.gz rspamd-fa5125be25c3e63c83e30a0a2c6766ab2a9a5ae6.zip |
[WebUI] Display multiple alerts at once
Now user have a chance to see all thrown alerts not just the latest one.
Diffstat (limited to 'interface/css')
-rw-r--r-- | interface/css/rspamd.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 3a4dd26c0..91f39652b 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -416,14 +416,19 @@ td.maps-cell { font-size:12px; text-shadow:0 1px 0 #FFFFFF; } -.alert { + +.notification-area { position:fixed; z-index:1050; - top:41px; - right:0; + top:44px; left:0; + right:0; + padding:8px; +} +.alert { + position:relative; padding:8px 0 8px; - margin:0 0 10px; + margin:0 0 4px; text-shadow:0 1px 0 rgba(255, 255, 255, 0.5); background-color:#fcf8e3; border-bottom:1px solid #fbeed5; |