diff options
author | Artur Signell <artur@vaadin.com> | 2011-11-22 13:05:51 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2011-11-22 13:18:48 +0200 |
commit | 587658c364b42f810e97678b862c9862f306c7b0 (patch) | |
tree | ebbc0e8732c6a9f191db6896e5dca2d7e49d5e8b /WebContent/VAADIN/themes/base/table | |
parent | 8c2dc966215e5b0d3e8a3ce338e1cc1fd9b68465 (diff) | |
download | vaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.tar.gz vaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.zip |
#7913 Removed IE7 specific CSS rules
Diffstat (limited to 'WebContent/VAADIN/themes/base/table')
-rw-r--r-- | WebContent/VAADIN/themes/base/table/table.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/WebContent/VAADIN/themes/base/table/table.css b/WebContent/VAADIN/themes/base/table/table.css index dd452c851f..e2b2a16ffe 100644 --- a/WebContent/VAADIN/themes/base/table/table.css +++ b/WebContent/VAADIN/themes/base/table/table.css @@ -26,9 +26,6 @@ overflow: hidden; text-align: left; /* Force default alignment */ } -.v-ie7 .v-table { - overflow: visible; -} .v-table-header-wrap { overflow: hidden; border: 1px solid #aaa; @@ -93,10 +90,6 @@ white-space: nowrap; margin-left: 6px; } -.v-ie7 .v-table-caption-container-align-right { - margin-left: 0px; - padding-left: 6px; -} .v-table-caption-container-align-right { float: right; } @@ -181,9 +174,6 @@ position: relative; /* hide this from IE, it works without it */ cursor: pointer; } -.v-ie7 .v-table-column-selector { - position: static; -} .v-table-focus-slot-left { border-left: 2px solid #999; float: none; |