summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/base/styles.css')
-rw-r--r--WebContent/VAADIN/themes/base/styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css
index f034ea5801..5c17113141 100644
--- a/WebContent/VAADIN/themes/base/styles.css
+++ b/WebContent/VAADIN/themes/base/styles.css
@@ -1444,6 +1444,7 @@ div.v-window-header {
}
.v-window-footer {
overflow: hidden;
+ zoom: 1;
}
.v-window-resizebox {
display: inline; /* fix IE6 double float margin bug */
@@ -1454,6 +1455,19 @@ div.v-window-header {
background: #ddd;
overflow: hidden;
}
+/* IE7 fails with the float:right */
+.v-ie7 .v-window-footer {
+ position: relative;
+ height: 10px;
+}
+.v-ie7 .v-window-resizebox {
+ position: absolute;
+ float: none;
+ right: 0;
+}
+.v-ie7 .v-window-footer-noresize {
+ height: 0;
+}
.v-window-resizebox-disabled {
cursor: default;
display: none;