From e14e9943c2d20552d1cd3394349e733cfbefd2f2 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 11 Apr 2011 13:39:52 +0000 Subject: [PATCH] #6793 Ensure font-weight: bold for IE9 svn changeset:18208/svn branch:6.6 --- .../themes/reindeer/notification/notification.css | 6 ++++++ 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; } -- 2.39.5