diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 11:19:59 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 11:19:59 +0000 |
commit | 371ab070a466e2d60ca32105a4506e350160152e (patch) | |
tree | a35657b9052bb7e8b3ece30c8502b01bc46af0c1 /WebContent/VAADIN/themes/runo/window | |
parent | 0f3e18635c4525538cfebc7dd8ef448be8a2f4c6 (diff) | |
download | vaadin-framework-371ab070a466e2d60ca32105a4506e350160152e.tar.gz vaadin-framework-371ab070a466e2d60ca32105a4506e350160152e.zip |
Black window style for Reindeer theme.
Multiple other fixes to Reindeer theme. Some fixes to base and Runo themes involving window styles.
svn changeset:7988/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/runo/window')
-rw-r--r-- | WebContent/VAADIN/themes/runo/window/window.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/window/window.css b/WebContent/VAADIN/themes/runo/window/window.css index 5cee309ae0..082a956ff2 100644 --- a/WebContent/VAADIN/themes/runo/window/window.css +++ b/WebContent/VAADIN/themes/runo/window/window.css @@ -32,12 +32,15 @@ .v-window-footer { height: 8px; margin-left: 9px; - background: transparent url(img/bottom-right.png) no-repeat right top; + background: transparent url(img/bottom-right.png) no-repeat right top; + overflow: visible; } .v-ie7 .v-window-footer { position: relative; + overflow: visible; } -.v-window-resizebox { +.v-window-resizebox, +.v-ie7 .v-window-resizebox { position: absolute; /* Needed to position the element over ScrollPanel, which is relatively positioned */ right: 5px; width: 10px; |