From: Matti Tahvonen Date: Tue, 12 Aug 2008 09:30:54 +0000 (+0000) Subject: sizeable grid layout spacing css X-Git-Tag: 6.7.0.beta1~4366 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=da155f09df0221afa332578b250249546b17b9b1;p=vaadin-framework.git sizeable grid layout spacing css svn changeset:5174/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css b/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css index e11b03b059..1de9d161d6 100644 --- a/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css +++ b/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css @@ -23,6 +23,11 @@ padding:0; } +/* spacing value used by css detector */ +.i-gridlayout-spacing-element { + padding-left:8px; +} + .i-gridlayout-spacing .i-gridlayout-cell { padding-left: 8px; padding-top: 8px; diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 868786b12e..fa22d8e52d 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -656,6 +656,11 @@ input.i-modified, padding:0; } +/* spacing value used by css detector */ +.i-gridlayout-spacing-element { + padding-left:8px; +} + .i-gridlayout-spacing .i-gridlayout-cell { padding-left: 8px; padding-top: 8px;