From 793fab9a2e983aff856c7e33b2958c65ca6adb72 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 23 Dec 2009 11:58:55 +0000 Subject: [PATCH] Fixes #522: IE8/reindeer: Error indicator is missing background when inside tabsheet svn changeset:10542/svn branch:6.2 --- WebContent/VAADIN/themes/reindeer/styles.css | 1 + .../VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5