summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css')
-rw-r--r--WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css22
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