summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jounikoivuviita.com>2012-04-18 16:01:43 +0300
committerJouni Koivuviita <jouni@jounikoivuviita.com>2012-04-18 16:01:43 +0300
commit456befbba13ba0e1fb19cb8353a7744e54a3e925 (patch)
treee19ce472ce415ff81d0eefd267ccf1a37e557f68 /WebContent/VAADIN
parent8d84994be8cdae19c5e2e22f7223614453e0ef1d (diff)
downloadvaadin-framework-456befbba13ba0e1fb19cb8353a7744e54a3e925.tar.gz
vaadin-framework-456befbba13ba0e1fb19cb8353a7744e54a3e925.zip
Fixes to BoxLayout
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css b/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css
index f70e285729..8738ac89d1 100644
--- a/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css
+++ b/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css
@@ -8,7 +8,8 @@
.v-orderedlayout-margin-right,
.v-horizontallayout-margin-right,
.v-verticallayout-margin-right,
-.v-csslayout-margin-right {
+.v-csslayout-margin-right,
+.v-boxlayout.v-margin-right {
padding-right: 18px;
}
.v-orderedlayout-margin-bottom,
@@ -21,7 +22,8 @@
.v-orderedlayout-margin-left,
.v-horizontallayout-margin-left,
.v-verticallayout-margin-left,
-.v-csslayout-margin-left {
+.v-csslayout-margin-left,
+.v-boxlayout.v-margin-left {
padding-left: 18px;
}
.v-orderedlayout-spacing-on,