From 10a5ea934906057811b910b6d9620b742591fdaf Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 8 May 2008 13:02:41 +0000 Subject: [PATCH] Added styles for "system" notifications svn changeset:4390/svn branch:trunk --- .../themes/default/notification/notification.css | 13 +++++++++++++ WebContent/ITMILL/themes/default/styles.css | 13 +++++++++++++ 2 files changed, 26 insertions(+) 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; } -- 2.39.5