]> source.dussan.org Git - vaadin-framework.git/commitdiff
notification look improvement(?)
authorMarc Englund <marc.englund@itmill.com>
Tue, 27 Nov 2007 09:32:39 +0000 (09:32 +0000)
committerMarc Englund <marc.englund@itmill.com>
Tue, 27 Nov 2007 09:32:39 +0000 (09:32 +0000)
svn changeset:2997/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/default/window/notification.css

index 8993bbd5dedd9525fba298576f0702c97101539a..5aeeae8ffab65dcb841911dc6242ed01c4ff7e16 100644 (file)
@@ -6,6 +6,9 @@
        border: 10px solid #cccccc;\r
        padding: 0.2em;\r
        cursor: pointer;\r
+       -moz-border-radius: 3px;\r
+       -webkit-border-radius: 3px;\r
+       border-radius: 3px;\r
 }\r
 .i-Notification H1,\r
 .i-Notification p,\r
        background-repeat: no-repeat;\r
        background-position: center right;\r
        padding-right: 40px;\r
+       border-radius: 10px;\r
 }\r
 .i-Notification.tray {\r
        color: #000000;\r
+       border-width: 1px;\r
        border-bottom: none;\r
+       -moz-border-bottom-right-radius: 0px;\r
+       -moz-border-bottom-left-radius: 0px;\r
+       -webkit-border-bottom-right-radius: 0px;\r
+       -webkit-border-bottom-left-radius: 0px;\r
+       border-radius-bottom-left: 0px;\r
+       border-radius-bottom-right: 0px;\r
 }\r