diff options
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 6 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 446c69d7d9..afb15e49a8 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";} -.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;} +.v-theme-version:after {content:"6_2_0_dev-20091229";} +.v-theme-version-6_2_0_dev-20091229 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -4256,6 +4256,8 @@ td.v-datefield-calendarpanel-nextyear { .v-ie .v-tabsheet-tabs .v-errorindicator { zoom: 1; display: inline; +} +.v-ie8 .v-tabsheet-tabs .v-errorindicator { display: inline-block; } 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 |