From: Henri Sara Date: Tue, 5 Jan 2010 11:51:56 +0000 (+0000) Subject: #3522 fix applied to the correct CSS file X-Git-Tag: 6.7.0.beta1~1744^2~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ddff00c277bfa311c3a5c6d34a1a27991da81486;p=vaadin-framework.git #3522 fix applied to the correct CSS file svn changeset:10631/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css index 8cf324be26..83f5ce9a0d 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css @@ -157,5 +157,7 @@ .v-ie .v-tabsheet-tabs .v-errorindicator { zoom: 1; display: inline; +} +.v-ie8 .v-tabsheet-tabs .v-errorindicator { display: inline-block; } \ No newline at end of file