]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reindeer theme update: splitpanel "small" style added.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 22 May 2009 13:33:31 +0000 (13:33 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 22 May 2009 13:33:31 +0000 (13:33 +0000)
svn changeset:7965/svn branch:6.0

WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css
WebContent/VAADIN/themes/reindeer/styles.css

index 6067116581bfb4d5018495ce5cf29080217deea8..c8c472b4255c0f62f0491c9c071c43fdc1dd9c45 100644 (file)
        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
index 3ce2f09d4ecf1ea8e4a94de947ddc1785e9760b4..f2d3ec605120c995d8bb65a20b9c8e90d4fdf9e6 100644 (file)
@@ -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;