summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/tabsheet
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2011-11-22 13:05:51 +0200
committerArtur Signell <artur@vaadin.com>2011-11-22 13:18:48 +0200
commit587658c364b42f810e97678b862c9862f306c7b0 (patch)
treeebbc0e8732c6a9f191db6896e5dca2d7e49d5e8b /WebContent/VAADIN/themes/reindeer/tabsheet
parent8c2dc966215e5b0d3e8a3ce338e1cc1fd9b68465 (diff)
downloadvaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.tar.gz
vaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.zip
#7913 Removed IE7 specific CSS rules
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/tabsheet')
-rw-r--r--WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.css3
-rw-r--r--WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css3
-rw-r--r--WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-small-style.css3
3 files changed, 3 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.css
index d0041e586a..dfa83d7088 100644
--- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.css
+++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.css
@@ -105,8 +105,7 @@
.v-tabsheet-tabs-minimal .v-tabsheet-caption-close {
margin-top: 1px;
}
-.v-ff .v-tabsheet-tabs-minimal .v-tabsheet-caption-close,
-.v-ie7 .v-tabsheet-tabs-minimal .v-tabsheet-caption-close {
+.v-ff .v-tabsheet-tabs-minimal .v-tabsheet-caption-close {
margin-top: -15px;
}
.v-tabsheet-tabs-minimal .v-tabsheet-caption-close:hover,
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css
index 478348243e..47d8753395 100644
--- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css
+++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.css
@@ -52,8 +52,7 @@
font-size: 14px;
font-weight: normal;
}
-.v-ff .v-tabsheet-caption-close,
-.v-ie7 .v-tabsheet-caption-close {
+.v-ff .v-tabsheet-caption-close {
margin-top: -17px;
}
.v-tabsheet-caption-close:hover {
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-small-style.css b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-small-style.css
index e440f7fdd1..c7c79d35ee 100644
--- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-small-style.css
+++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-small-style.css
@@ -50,8 +50,7 @@
.v-tabsheet-tabs-bar .v-tabsheet-caption-close {
margin-top: 1px;
}
-.v-ff .v-tabsheet-tabs-bar .v-tabsheet-caption-close,
-.v-ie7 .v-tabsheet-tabs-bar .v-tabsheet-caption-close {
+.v-ff .v-tabsheet-tabs-bar .v-tabsheet-caption-close {
margin-top: -14px;
}
.v-tabsheet-tabs-bar .v-tabsheet-caption-close:hover {