]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added styles for "system" notifications
authorMarc Englund <marc.englund@itmill.com>
Thu, 8 May 2008 13:02:41 +0000 (13:02 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 8 May 2008 13:02:41 +0000 (13:02 +0000)
svn changeset:4390/svn branch:trunk

WebContent/ITMILL/themes/default/notification/notification.css
WebContent/ITMILL/themes/default/styles.css

index 0fafa41d588a3943ab9d0f7aea8b6934acb4dbe0..085fc980bb5042f27d56aa6a023767fd4150f9ed 100644 (file)
 }
 .i-Notification.tray {
 
+}\r
+\r
+.i-Notification.system {\r
+       background-color: #ff0a0a;\r
+       opacity: 0.7;\r
+       filter: alpha(opacity=70);\r
+}\r
+.i-Notification.system H1 {\r
+       display: block;\r
+       margin: 0px;\r
+}\r
+.i-Notification.system p {\r
+       white-space: nowrap;\r
 }
index 47f5a1b665e67555735717ce804a6bb8beddf0b3..fdf20c9074300c560eb59e5ad90b443bdcfa97d6 100644 (file)
 .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;
 }