diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-05-14 11:33:35 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-05-14 11:33:35 +0000 |
commit | 1961060085b9ae08bc7bd455f1214842741bb4e5 (patch) | |
tree | dd29c7dd3fed62757a6edaa85233d75bacb5428a /WebContent/VAADIN/themes/base/splitpanel | |
parent | 7db25e654db955bdcc53685468a9ba7012f5a2be (diff) | |
download | vaadin-framework-1961060085b9ae08bc7bd455f1214842741bb4e5.tar.gz vaadin-framework-1961060085b9ae08bc7bd455f1214842741bb4e5.zip |
fixes #2901, added common position relative hack for IE
svn changeset:7804/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/base/splitpanel')
-rw-r--r-- | WebContent/VAADIN/themes/base/splitpanel/splitpanel.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css index 7406c4f3c8..2e8df90a63 100644 --- a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css +++ b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css @@ -28,4 +28,11 @@ /* IE specific styles */ .v-ie6 .v-splitpanel-horizontal .v-splitpanel-hsplitter div { height: 99%; +} + +.v-ie6 .v-splitpanel-first-container, +.v-ie6 .v-splitpanel-second-container, +.v-ie7 .v-splitpanel-first-container, +.v-ie7 .v-splitpanel-second-container { + position:relative; }
\ No newline at end of file |