From: Matti Tahvonen Date: Fri, 31 Oct 2008 10:03:30 +0000 (+0000) Subject: added back label margin overflow hack X-Git-Tag: 6.7.0.beta1~3888 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=750a1d5b76638b46b7f4c9bfe001e242963eb7e4;p=vaadin-framework.git added back label margin overflow hack svn changeset:5781/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 990eb3615a..6fd194dea1 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -229,8 +229,8 @@ input.i-modified, * Label has tiny paddings to include contents margins. */ .i-label { -/* padding-top:1px; - padding-bottom: 1px;*/ + padding-top:1px; + padding-bottom: 1px; } /* Loading indicator states diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index a311f6e28b..192f4a8bac 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -368,8 +368,8 @@ input.i-modified, * Label has tiny paddings to include contents margins. */ .i-label { -/* padding-top:1px; - padding-bottom: 1px;*/ + padding-top:1px; + padding-bottom: 1px; } /* Loading indicator states