diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 13:33:31 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-22 13:33:31 +0000 |
commit | f5cc8126274927055079747bc66ce9058fd82a89 (patch) | |
tree | c35e11f24e7f48b46d6b11450c0a92df2d612b63 /WebContent/VAADIN/themes/reindeer/splitpanel | |
parent | 5647ae53d91ce3b5e0f1494b4e94d375a824f21c (diff) | |
download | vaadin-framework-f5cc8126274927055079747bc66ce9058fd82a89.tar.gz vaadin-framework-f5cc8126274927055079747bc66ce9058fd82a89.zip |
Reindeer theme update: splitpanel "small" style added.
svn changeset:7965/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/splitpanel')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css b/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css index 6067116581..c8c472b425 100644 --- a/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css +++ b/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css @@ -23,4 +23,26 @@ background-repeat: no-repeat; background-position: 50%; background-image: url(img/ver-handle.png); /** sprite-ref: verticals; sprite-alignment: center */ +} + +/* Small style */ +.v-splitpanel-hsplitter-small, +.v-splitpanel-hsplitter-small-locked { + width: 1px; + background: #949698; +} +.v-splitpanel-vsplitter-small, +.v-splitpanel-vsplitter-small-locked { + height: 1px; + background: #949698; +} +.v-splitpanel-hsplitter-small div { + width: 3px; + margin-left: -2px; + background: transparent; +} +.v-splitpanel-vsplitter-small div { + height: 3px; + margin-top: -2px; + background: transparent; }
\ No newline at end of file |