diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-04-11 13:42:55 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-04-11 13:42:55 +0000 |
commit | 74cd89fdc2631854654301a0f3606c279c09c81b (patch) | |
tree | 4124c671011860aaf74156603c5bedaa5aab4a58 /WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | |
parent | e14e9943c2d20552d1cd3394349e733cfbefd2f2 (diff) | |
download | vaadin-framework-74cd89fdc2631854654301a0f3606c279c09c81b.tar.gz vaadin-framework-74cd89fdc2631854654301a0f3606c279c09c81b.zip |
#6811 TabSheet and Panel fixes needed for IE9
svn changeset:18210/svn branch:6.6
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css index 409bd2c2bd..1c22a68a99 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css @@ -162,6 +162,7 @@ zoom: 1; display: inline; } -.v-ie8 .v-tabsheet-tabs .v-errorindicator { +.v-ie8 .v-tabsheet-tabs .v-errorindicator, +.v-ie9 .v-tabsheet-tabs .v-errorindicator { display: inline-block; }
\ No newline at end of file |