diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-28 12:19:15 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-29 12:21:12 +0300 |
commit | 1482d63643f3d03a7fa887a5de7cc251b1313a11 (patch) | |
tree | 2387a03fc3025bdee54fc99ac0c20d31cc959d12 /WebContent/VAADIN/themes/liferay/splitpanel | |
parent | 730b552cc13ea596b0fe680ce40c053786c070f7 (diff) | |
download | vaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.tar.gz vaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.zip |
Build vaadin-themes with maven
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/splitpanel')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/splitpanel/hsplit.png | bin | 142 -> 0 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/liferay/splitpanel/splitpanel.scss | 67 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/liferay/splitpanel/vsplit.png | bin | 124 -> 0 bytes |
3 files changed, 0 insertions, 67 deletions
diff --git a/WebContent/VAADIN/themes/liferay/splitpanel/hsplit.png b/WebContent/VAADIN/themes/liferay/splitpanel/hsplit.png Binary files differdeleted file mode 100644 index 32e689b668..0000000000 --- a/WebContent/VAADIN/themes/liferay/splitpanel/hsplit.png +++ /dev/null diff --git a/WebContent/VAADIN/themes/liferay/splitpanel/splitpanel.scss b/WebContent/VAADIN/themes/liferay/splitpanel/splitpanel.scss deleted file mode 100644 index b8058f8cb1..0000000000 --- a/WebContent/VAADIN/themes/liferay/splitpanel/splitpanel.scss +++ /dev/null @@ -1,67 +0,0 @@ -@mixin liferay-splitpanel { - -.v-splitpanel-hsplitter, -.v-splitpanel-hsplitter-locked { - font-size: 1px; - width: 3px; - background-color: #c8c9ca; -} - -.v-splitpanel-hsplitter div { - font-size: 1px; - width: 3px; - background: transparent; - background-repeat: no-repeat; - background-image: url(hsplit.png); - background-position: center; -} - -.v-splitpanel-hsplitter-locked div { - font-size: 1px; - width: 3px; -} - -.v-splitpanel-vsplitter, -.v-splitpanel-vsplitter-locked { - font-size: 1px; - height: 3px; -} - -.v-splitpanel-vsplitter div { - font-size: 1px; - height: 3px; - background: transparent; - background-color: #c8c9ca; - background-repeat: no-repeat; - background-image: url(vsplit.png); - background-position: center; -} - -.v-splitpanel-vsplitter-locked, -.v-splitpanel-vsplitter-locked div { - font-size: 1px; - height: 3px; - background-color: #c8c9ca; -} - -/* Small SplitPanel */ - -.v-splitpanel-hsplitter-small, -.v-splitpanel-hsplitter-small div, -.v-splitpanel-hsplitter-small-locked, -.v-splitpanel-hsplitter-small-locked div { - font-size: 1px; - width: 1px; - background: #c8c9ca; -} - -.v-splitpanel-vsplitter-small, -.v-splitpanel-vsplitter-small div, -.v-splitpanel-vsplitter-small-locked, -.v-splitpanel-vsplitter-small-locked div { - font-size: 1px; - height: 1px; - background: #c8c9ca; -} - -}
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/liferay/splitpanel/vsplit.png b/WebContent/VAADIN/themes/liferay/splitpanel/vsplit.png Binary files differdeleted file mode 100644 index 2ffe03a71b..0000000000 --- a/WebContent/VAADIN/themes/liferay/splitpanel/vsplit.png +++ /dev/null |