diff options
author | Henri Sara <hesara@vaadin.com> | 2012-08-08 14:27:31 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-08-08 14:44:49 +0300 |
commit | cfa455d6cfd4a535fd77cbc76637a57e7024e9ac (patch) | |
tree | cecb66492671ed20fa9865581da12930ed502047 /WebContent/VAADIN/themes/reindeer/layouts/layouts.css | |
parent | 620e096b45f27ecc5aa85d164ca8b81df000e593 (diff) | |
download | vaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.tar.gz vaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.zip |
Standard themes in SCSS form, updated CompileDefaultTheme (#9223)
Conversion performed for most themes trivial, just rename file and wrap
in a mixin. For chameleon compounds, also nesting used. In some cases,
related small files combined in a single SCSS file
Chameleon accordion and select contain fixes other than just a missing
semicolon.
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/layouts/layouts.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/layouts/layouts.css | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css b/WebContent/VAADIN/themes/reindeer/layouts/layouts.css deleted file mode 100644 index 528d4b9174..0000000000 --- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.css +++ /dev/null @@ -1,88 +0,0 @@ -.v-orderedlayout-margin-top, -.v-horizontallayout-margin-top, -.v-verticallayout-margin-top { - padding-top: 18px; -} -.v-orderedlayout-margin-right, -.v-horizontallayout-margin-right, -.v-verticallayout-margin-right { - padding-right: 18px; -} -.v-orderedlayout-margin-bottom, -.v-horizontallayout-margin-bottom, -.v-verticallayout-margin-bottom { - padding-bottom: 18px; -} -.v-orderedlayout-margin-left, -.v-horizontallayout-margin-left, -.v-verticallayout-margin-left { - padding-left: 18px; -} -.v-orderedlayout-spacing-on, -.v-horizontallayout-spacing-on, -.v-verticallayout-spacing-on { - padding-top: 7px; - padding-left: 6px; -} -/* Different for historical reasons: previously was inherited directly from Base theme */ -/* TODO unify these values in version 7 */ -.v-gridlayout-margin-top { - padding-top: 24px; -} -.v-gridlayout-margin-bottom { - padding-bottom: 24px; -} -.v-gridlayout-margin-left { - padding-left: 24px; -} -.v-gridlayout-margin-right { - padding-right: 24px; -} -.v-gridlayout-spacing-on { - padding-left: 12px; - padding-top: 12px; -} -/* Blue background */ -.v-verticallayout-blue, -.v-horizontallayout-blue, -.v-orderedlayout-blue, -.v-gridlayout-blue, -.v-csslayout-blue, -.v-formlayout-blue, -.v-splitpanel-vertical-blue, -.v-splitpanel-horizontal-blue { - background-color: #bcd3de; -} -.v-panel-content > div.blue { - background-color: #bcd3de; -} -/* White background */ -.v-verticallayout-white, -.v-horizontallayout-white, -.v-orderedlayout-white, -.v-gridlayout-white, -.v-csslayout-white, -.v-formlayout-white, -.v-splitpanel-vertical-white, -.v-splitpanel-horizontal-white { - background-color: #fff; - color: #222; -} -.v-panel-content > div.white { - background-color: #fff; - color: #222; -} -/* Black background */ -.v-verticallayout-black, -.v-horizontallayout-black, -.v-orderedlayout-black, -.v-gridlayout-black, -.v-csslayout-black, -.v-formlayout-black, -.v-splitpanel-vertical-black, -.v-splitpanel-horizontal-black { - background: #1e2022 url(img/black-bg.png) repeat-x; -} -.v-panel-content > div.black { - background: #1e2022 url(img/black-bg.png) repeat-x; -}
\ No newline at end of file |