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/styles.css | |
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/styles.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 3ce2f09d4e..f2d3ec6051 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -3208,6 +3208,28 @@ td.v-datefield-calendarpanel-nextyear { background-position: center -846px; } +/* 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; +} + /* ./WebContent/VAADIN/themes/reindeer/table/table.css */ .v-table-header-wrap { border-color: #c2c3c4; |