summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/tabsheet
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-12-23 11:58:55 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-12-23 11:58:55 +0000
commit793fab9a2e983aff856c7e33b2958c65ca6adb72 (patch)
tree39cd0c5f80361f92d7d53d9bea1a22ab26ecf72c /WebContent/VAADIN/themes/reindeer/tabsheet
parentbbc73481afdaac08234c9402ac12e9fea2a1a696 (diff)
downloadvaadin-framework-793fab9a2e983aff856c7e33b2958c65ca6adb72.tar.gz
vaadin-framework-793fab9a2e983aff856c7e33b2958c65ca6adb72.zip
Fixes #522: IE8/reindeer: Error indicator is missing background when inside tabsheet
svn changeset:10542/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/tabsheet')
-rw-r--r--WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css1
1 files changed, 1 insertions, 0 deletions
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