]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added blue and black styles for more layouts:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 9 Sep 2009 10:51:20 +0000 (10:51 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 9 Sep 2009 10:51:20 +0000 (10:51 +0000)
 * Grid layout
 * Form layout
 * Css layout

svn changeset:8718/svn branch:6.1

WebContent/VAADIN/themes/reindeer/layouts/layouts.css
WebContent/VAADIN/themes/reindeer/styles.css

index 2c39ffcf3a247abcf878c40c7fe38717d2de571f..1699baddf787ce2d12258d1254e73ad389d1b017 100644 (file)
 /* Blue background */
 .v-verticallayout-blue,
 .v-horizontallayout-blue,
-.v-orderedlayout-blue {
+.v-orderedlayout-blue,
+.v-gridlayout-blue,
+.v-csslayout-blue,
+.v-formlayout-blue {
        background-color: #bcd3de;
 }
 .v-panel-content > div.blue {
 /* Black background */
 .v-verticallayout-black,
 .v-horizontallayout-black,
-.v-orderedlayout-black {
+.v-orderedlayout-black,
+.v-gridlayout-black,
+.v-csslayout-black,
+.v-formlayout-black {
        background-color: #1e2022;
 }
 .v-panel-content > div.black {
index a29c632694d29be605130a1e681a6e12e4c053b2..cc221557f4246bae400ecaf7c58b0e27f55e3069 100644 (file)
@@ -2929,7 +2929,10 @@ td.v-datefield-calendarpanel-nextyear {
 /* Blue background */
 .v-verticallayout-blue,
 .v-horizontallayout-blue,
-.v-orderedlayout-blue {
+.v-orderedlayout-blue,
+.v-gridlayout-blue,
+.v-csslayout-blue,
+.v-formlayout-blue {
        background-color: #bcd3de;
 }
 .v-panel-content > div.blue {
@@ -2938,7 +2941,10 @@ td.v-datefield-calendarpanel-nextyear {
 /* Black background */
 .v-verticallayout-black,
 .v-horizontallayout-black,
-.v-orderedlayout-black {
+.v-orderedlayout-black,
+.v-gridlayout-black,
+.v-csslayout-black,
+.v-formlayout-black {
        background-color: #1e2022;
 }
 .v-panel-content > div.black {