From: Jouni Koivuviita Date: Wed, 23 Dec 2009 11:58:55 +0000 (+0000) Subject: Fixes #522: IE8/reindeer: Error indicator is missing background when inside tabsheet X-Git-Tag: 6.7.0.beta1~2084^2~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=793fab9a2e983aff856c7e33b2958c65ca6adb72;p=vaadin-framework.git Fixes #522: IE8/reindeer: Error indicator is missing background when inside tabsheet svn changeset:10542/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 2b298a2b33..446c69d7d9 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -4256,6 +4256,7 @@ td.v-datefield-calendarpanel-nextyear { .v-ie .v-tabsheet-tabs .v-errorindicator { zoom: 1; display: inline; + display: inline-block; } /* Tabsheet scroller styles */ diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css index 607b25b794..8cf324be26 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css @@ -157,4 +157,5 @@ .v-ie .v-tabsheet-tabs .v-errorindicator { zoom: 1; display: inline; + display: inline-block; } \ No newline at end of file