diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-04-11 13:39:52 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-04-11 13:39:52 +0000 |
commit | e14e9943c2d20552d1cd3394349e733cfbefd2f2 (patch) | |
tree | 1500c4b949ebafa49791bfa54b6e8bd6040ce7fe /WebContent/VAADIN | |
parent | 55ccd1c9d5ccd2c7dda928da3b1ad453c3c4c82f (diff) | |
download | vaadin-framework-e14e9943c2d20552d1cd3394349e733cfbefd2f2.tar.gz vaadin-framework-e14e9943c2d20552d1cd3394349e733cfbefd2f2.zip |
#6793 Ensure font-weight: bold for IE9
svn changeset:18208/svn branch:6.6
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.css | 6 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.css b/WebContent/VAADIN/themes/reindeer/notification/notification.css index 62a45d9d86..33b56ef891 100644 --- a/WebContent/VAADIN/themes/reindeer/notification/notification.css +++ b/WebContent/VAADIN/themes/reindeer/notification/notification.css @@ -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; } diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index e960a6abea..2b76d5b46c 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -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; } |