From 456befbba13ba0e1fb19cb8353a7744e54a3e925 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 18 Apr 2012 16:01:43 +0300 Subject: Fixes to BoxLayout --- WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'WebContent') 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, -- cgit v1.2.3