From: Marc Englund Date: Thu, 8 May 2008 13:02:41 +0000 (+0000) Subject: Added styles for "system" notifications X-Git-Tag: 6.7.0.beta1~4799 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10a5ea934906057811b910b6d9620b742591fdaf;p=vaadin-framework.git Added styles for "system" notifications svn changeset:4390/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/notification/notification.css b/WebContent/ITMILL/themes/default/notification/notification.css index 0fafa41d58..085fc980bb 100644 --- a/WebContent/ITMILL/themes/default/notification/notification.css +++ b/WebContent/ITMILL/themes/default/notification/notification.css @@ -38,4 +38,17 @@ } .i-Notification.tray { +} + +.i-Notification.system { + background-color: #ff0a0a; + opacity: 0.7; + filter: alpha(opacity=70); +} +.i-Notification.system H1 { + display: block; + margin: 0px; +} +.i-Notification.system p { + white-space: nowrap; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 47f5a1b665..fdf20c9074 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -465,6 +465,19 @@ .i-Notification.tray { } + +.i-Notification.system { + background-color: #ff0a0a; + opacity: 0.7; + filter: alpha(opacity=70); +} +.i-Notification.system H1 { + display: block; + margin: 0px; +} +.i-Notification.system p { + white-space: nowrap; +} .i-orderedlayout-margin-top { padding-top: 15px; }