diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:12 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:54 +0200 |
commit | 7f57fc6b3df5cd1498562acd515833f654b4618b (patch) | |
tree | 75f149d164d4f65e71a28379453722392f4ac99d /WebContent/VAADIN/themes/reindeer/table | |
parent | 4a0cde8a8101fa62a2976f225c78deb1eaef27f8 (diff) | |
download | vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.tar.gz vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.zip |
#7912 Remove support for IE6
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/table')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/table/table.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/table/table.css b/WebContent/VAADIN/themes/reindeer/table/table.css index 4768f4820d..f824ad00f9 100644 --- a/WebContent/VAADIN/themes/reindeer/table/table.css +++ b/WebContent/VAADIN/themes/reindeer/table/table.css @@ -25,19 +25,6 @@ line-height: normal; } -.v-ie6 .v-table, -.v-ie6 .v-table-header-wrap, -.v-ie6 .v-table-footer-wrap, -.v-ie6 .v-table-column-selector { - /* The header will overflow the Table due to a bug in IE6 after changes in #3003. To fix this (#7314) - * we need to apply position:relative to the wrappers and selector to make them appear on top of the - * header. We also need to apply it to the table root div to get rid of a really weird IE6 rendering bug - * caused by all this relativeness (see attachment in #7314). - */ - position: relative; -} - -.v-ie6 .v-table.v-disabled, .v-ie7 .v-table.v-disabled { /* Fixes ie issue #7324 where disabled shim does not cover table body */ position: relative; |