summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-08-12 09:30:54 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-08-12 09:30:54 +0000
commitda155f09df0221afa332578b250249546b17b9b1 (patch)
tree568914edc1d0096771e1343bba7d9307a9928c64 /WebContent/ITMILL/themes/default/gridlayout/gridlayout.css
parenta6903c99172007c6b6ec566d2291852ac1e9d531 (diff)
downloadvaadin-framework-da155f09df0221afa332578b250249546b17b9b1.tar.gz
vaadin-framework-da155f09df0221afa332578b250249546b17b9b1.zip
sizeable grid layout spacing css
svn changeset:5174/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/gridlayout/gridlayout.css')
-rw-r--r--WebContent/ITMILL/themes/default/gridlayout/gridlayout.css5
1 files changed, 5 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;