diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css b/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css new file mode 100644 index 0000000000..dbb7ae0aef --- /dev/null +++ b/WebContent/VAADIN/themes/reindeer/splitpanel/splitpanel.css @@ -0,0 +1,24 @@ +.v-splitpanel-horizontal .v-splitpanel-hsplitter { + width: 7px; + background-repeat: repeat-y; + background-image: url(img/hor-bg.png); /** sprite-ref: horizontals; sprite-alignment: repeat */ +} +.v-splitpanel-horizontal .v-splitpanel-hsplitter div { + width: 7px; + background: transparent; + background-repeat: no-repeat; + background-position: 50%; + background-image: url(img/hor-handle.png); /** sprite-ref: horizontals; sprite-alignment: center */ +} +.v-splitpanel-vertical .v-splitpanel-vsplitter { + height: 7px; + background-repeat: repeat-x; + background-image: url(img/ver-bg.png); /** sprite-ref: verticals; sprite-alignment: repeat */ +} +.v-splitpanel-vertical .v-splitpanel-vsplitter div { + height: 7px; + background: transparent; + background-repeat: no-repeat; + background-position: 50%; + background-image: url(img/ver-handle.png); /** sprite-ref: verticals; sprite-alignment: center */ +}
\ No newline at end of file |