From da155f09df0221afa332578b250249546b17b9b1 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 12 Aug 2008 09:30:54 +0000 Subject: [PATCH] sizeable grid layout spacing css svn changeset:5174/svn branch:trunk --- WebContent/ITMILL/themes/default/gridlayout/gridlayout.css | 5 +++++ WebContent/ITMILL/themes/default/styles.css | 5 +++++ 2 files changed, 10 insertions(+) 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; -- 2.39.5