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 | |
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
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 1 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 2b298a2b33..446c69d7d9 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -4256,6 +4256,7 @@ td.v-datefield-calendarpanel-nextyear { .v-ie .v-tabsheet-tabs .v-errorindicator { zoom: 1; display: inline; + display: inline-block; } /* Tabsheet scroller styles */ 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 |