]> source.dussan.org Git - vaadin-framework.git/commitdiff
#6793 Ensure font-weight: bold for IE9
authorArtur Signell <artur.signell@itmill.com>
Mon, 11 Apr 2011 13:39:52 +0000 (13:39 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 11 Apr 2011 13:39:52 +0000 (13:39 +0000)
svn changeset:18208/svn branch:6.6

WebContent/VAADIN/themes/reindeer/notification/notification.css
WebContent/VAADIN/themes/reindeer/styles.css

index 62a45d9d860e133e54b67b638d54f539a1df97fd..33b56ef891a394b95c902cc8eb9c2fd931e365ef 100644 (file)
@@ -7,6 +7,12 @@
        background: #c8ccd0;
        font-weight: bold;
 }
+
+.v-ie9 .v-Notification H1 {
+       /* Fix for #6793 */
+       font-weight: bold;
+}
+       
 .v-Notification p {
        line-height: 1.3;
 }
index e960a6abeaa759fd3bdb0584625ceee72845d532..2b76d5b46c16e445dd5fbe948bf91b9d31b8a539 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_4_dev-20110324";}
-.v-theme-version-6_5_4_dev-20110324 {display: none;}
+.v-theme-version:after {content:"6_6_0_dev-20110411";}
+.v-theme-version-6_6_0_dev-20110411 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -3675,6 +3675,12 @@ td.v-datefield-calendarpanel-nextyear {
        background: #c8ccd0;
        font-weight: bold;
 }
+
+.v-ie9 .v-Notification H1 {
+       /* Fix for #6793 */
+       font-weight: bold;
+}
+       
 .v-Notification p {
        line-height: 1.3;
 }