summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay
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/liferay
parent8c2dc966215e5b0d3e8a3ce338e1cc1fd9b68465 (diff)
downloadvaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.tar.gz
vaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.zip
#7913 Removed IE7 specific CSS rules
Diffstat (limited to 'WebContent/VAADIN/themes/liferay')
-rw-r--r--WebContent/VAADIN/themes/liferay/datefield/datefield.css5
-rw-r--r--WebContent/VAADIN/themes/liferay/window/window.css4
2 files changed, 0 insertions, 9 deletions
diff --git a/WebContent/VAADIN/themes/liferay/datefield/datefield.css b/WebContent/VAADIN/themes/liferay/datefield/datefield.css
index fc10f1639e..6040052798 100644
--- a/WebContent/VAADIN/themes/liferay/datefield/datefield.css
+++ b/WebContent/VAADIN/themes/liferay/datefield/datefield.css
@@ -116,11 +116,6 @@ span.v-datefield-calendarpanel-month {
min-width: 22px;
}
-.v-ie7 .v-datefield-calendarpanel-prevyear button,
-.v-ie7 .v-datefield-calendarpanel-nextyear button {
- width: 22px;
-}
-
.v-datefield-calendarpanel-day {
display: block;
width: 22px;
diff --git a/WebContent/VAADIN/themes/liferay/window/window.css b/WebContent/VAADIN/themes/liferay/window/window.css
index ae1516b78a..5ac7c02175 100644
--- a/WebContent/VAADIN/themes/liferay/window/window.css
+++ b/WebContent/VAADIN/themes/liferay/window/window.css
@@ -10,10 +10,6 @@
background: #fff url(top-left.png) no-repeat;
}
-.v-ie7 .v-window-wrap {
- background-position: 1px 1px;
-}
-
.v-window-outerheader {
height: 16px;
margin-left: 9px;