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/runo/tabsheet | |
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/runo/tabsheet')
-rw-r--r-- | WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css b/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css index da95cb0c8b..9c6559b0f3 100644 --- a/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css +++ b/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css @@ -141,7 +141,6 @@ overflow: hidden; margin: 0; } -.v-ie7 .v-tabsheet-deco, .v-ie8 .v-tabsheet-deco, .v-ie9 .v-tabsheet-deco { width: 100%; @@ -249,20 +248,6 @@ margin-left: -3px; padding-left: 3px; }*/ -/* IE specific styles */ -.v-ie7 .v-tabsheet-tabs-light { - height: 32px; -} -.v-ie7 .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected { - border: none; - background: #fff url(img/inline-tab-right.png) no-repeat right top; - padding: 0; - height: 32px; -} -.v-ie7 .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected .v-caption { - background: transparent url(img/inline-tab-left.png) no-repeat -7px 0; - padding: 9px 11px 0 11px; -} .v-ie .v-tabsheet-deco-light { height: 0; }
\ No newline at end of file |