From 750a1d5b76638b46b7f4c9bfe001e242963eb7e4 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 31 Oct 2008 10:03:30 +0000 Subject: [PATCH] added back label margin overflow hack svn changeset:5781/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 4 ++-- WebContent/ITMILL/themes/default/styles.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5