aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/window
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/runo/window
parent8c2dc966215e5b0d3e8a3ce338e1cc1fd9b68465 (diff)
downloadvaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.tar.gz
vaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.zip
#7913 Removed IE7 specific CSS rules
Diffstat (limited to 'WebContent/VAADIN/themes/runo/window')
-rw-r--r--WebContent/VAADIN/themes/runo/window/window.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/runo/window/window.css b/WebContent/VAADIN/themes/runo/window/window.css
index 7edea92ed1..210bccb9b9 100644
--- a/WebContent/VAADIN/themes/runo/window/window.css
+++ b/WebContent/VAADIN/themes/runo/window/window.css
@@ -34,12 +34,7 @@
background: transparent url(img/bottom-right.png) no-repeat right bottom;
overflow: visible;
}
-.v-ie7 .v-window-footer {
- position: relative;
- overflow: visible;
-}
-.v-window-resizebox,
-.v-ie7 .v-window-resizebox {
+.v-window-resizebox {
position: absolute; /* Needed to position the element over ScrollPanel, which is relatively positioned */
right: 5px;
width: 10px;