From: Jouni Koivuviita Date: Fri, 22 May 2009 13:33:31 +0000 (+0000) Subject: Reindeer theme update: splitpanel "small" style added. X-Git-Tag: 6.7.0.beta1~2798 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f5cc8126274927055079747bc66ce9058fd82a89;p=vaadin-framework.git Reindeer theme update: splitpanel "small" style added. svn changeset:7965/svn branch:6.0 --- 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 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;