diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 09:13:52 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 09:13:52 +0000 |
commit | 098fab1777918364462e355d1017628060af1404 (patch) | |
tree | dd5d21a32e5a0799f7ec2c41f95ed3c3d14bfaf8 /WebContent/VAADIN/themes/reindeer/splitpanel | |
parent | 23920c27ee10cbb65255d381559549e6de2b9465 (diff) | |
download | vaadin-framework-098fab1777918364462e355d1017628060af1404.tar.gz vaadin-framework-098fab1777918364462e355d1017628060af1404.zip |
Multiple small fixes for themes, mainly reindeer (black buttons now work in IE as well, for instance).
svn changeset:7953/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/splitpanel')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css b/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css index dbb7ae0aef..6067116581 100644 --- a/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css +++ b/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css @@ -1,21 +1,23 @@ -.v-splitpanel-horizontal .v-splitpanel-hsplitter { +.v-splitpanel-hsplitter, +.v-splitpanel-hsplitter-locked { width: 7px; background-repeat: repeat-y; background-image: url(img/hor-bg.png); /** sprite-ref: horizontals; sprite-alignment: repeat */ } -.v-splitpanel-horizontal .v-splitpanel-hsplitter div { +.v-splitpanel-hsplitter div { width: 7px; background: transparent; background-repeat: no-repeat; background-position: 50%; background-image: url(img/hor-handle.png); /** sprite-ref: horizontals; sprite-alignment: center */ } -.v-splitpanel-vertical .v-splitpanel-vsplitter { +.v-splitpanel-vsplitter, +.v-splitpanel-vsplitter-locked { height: 7px; background-repeat: repeat-x; background-image: url(img/ver-bg.png); /** sprite-ref: verticals; sprite-alignment: repeat */ } -.v-splitpanel-vertical .v-splitpanel-vsplitter div { +.v-splitpanel-vsplitter div { height: 7px; background: transparent; background-repeat: no-repeat; |