summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jounikoivuviita.com>2012-04-18 10:51:07 +0300
committerJouni Koivuviita <jouni@jounikoivuviita.com>2012-04-18 10:51:07 +0300
commit6fcbee79a995ad0d481c3906fe5acfa0b6608a1a (patch)
tree3579b2fe3943de630b90431c4fc540d197b4e769 /WebContent/VAADIN/themes/runo
parenta5f128853ac604983270175b0a5c971f5d951a5d (diff)
downloadvaadin-framework-6fcbee79a995ad0d481c3906fe5acfa0b6608a1a.tar.gz
vaadin-framework-6fcbee79a995ad0d481c3906fe5acfa0b6608a1a.zip
Fixes to BoxLayout based on first round of screenshot tests
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css b/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css
index 306292d843..f70e285729 100644
--- a/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css
+++ b/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css
@@ -1,7 +1,8 @@
.v-orderedlayout-margin-top,
.v-horizontallayout-margin-top,
.v-verticallayout-margin-top,
-.v-csslayout-margin-top {
+.v-csslayout-margin-top,
+.v-boxlayout.v-margin-top {
padding-top: 15px;
}
.v-orderedlayout-margin-right,
@@ -13,7 +14,8 @@
.v-orderedlayout-margin-bottom,
.v-horizontallayout-margin-bottom,
.v-verticallayout-margin-bottom,
-.v-csslayout-margin-bottom {
+.v-csslayout-margin-bottom,
+.v-boxlayout.v-margin-bottom {
padding-bottom: 15px;
}
.v-orderedlayout-margin-left,
@@ -28,6 +30,10 @@
padding-top: 8px;
padding-left: 8px;
}
+.v-spacing {
+ width: 8px;
+ height: 8px;
+}
.v-verticallayout-darker,
.v-horizontallayout-darker,
.v-gridlayout-darker,