diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-23 11:58:55 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-23 11:58:55 +0000 |
commit | 793fab9a2e983aff856c7e33b2958c65ca6adb72 (patch) | |
tree | 39cd0c5f80361f92d7d53d9bea1a22ab26ecf72c /WebContent/VAADIN/themes/reindeer/tabsheet | |
parent | bbc73481afdaac08234c9402ac12e9fea2a1a696 (diff) | |
download | vaadin-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.css | 1 |
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 |