From: Alexander Moisseev Date: Sat, 8 Apr 2017 16:03:53 +0000 (+0300) Subject: [WebUI] Display multiple alerts at once X-Git-Tag: 1.5.6~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1584%2Fhead;p=thirdparty%2Frspamd.git [WebUI] Display multiple alerts at once Now user have a chance to see all thrown alerts not just the latest one. --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 3a4dd26c08..91f39652b2 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; diff --git a/interface/index.html b/interface/index.html index c72cbe4c1a..4247de07a7 100644 --- a/interface/index.html +++ b/interface/index.html @@ -40,6 +40,8 @@ +
+