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