diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-08-12 09:30:54 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-08-12 09:30:54 +0000 |
commit | da155f09df0221afa332578b250249546b17b9b1 (patch) | |
tree | 568914edc1d0096771e1343bba7d9307a9928c64 /WebContent/ITMILL | |
parent | a6903c99172007c6b6ec566d2291852ac1e9d531 (diff) | |
download | vaadin-framework-da155f09df0221afa332578b250249546b17b9b1.tar.gz vaadin-framework-da155f09df0221afa332578b250249546b17b9b1.zip |
sizeable grid layout spacing css
svn changeset:5174/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r-- | WebContent/ITMILL/themes/default/gridlayout/gridlayout.css | 5 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 5 |
2 files changed, 10 insertions, 0 deletions
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; |