From ddff00c277bfa311c3a5c6d34a1a27991da81486 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 5 Jan 2010 11:51:56 +0000 Subject: [PATCH] #3522 fix applied to the correct CSS file svn changeset:10631/svn branch:6.2 --- .../VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5