From 71900462563bb1df8142930d5d413556ce944f14 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 19 Jun 2008 09:08:17 +0000 Subject: [PATCH] fixes #1723, long lines are now visible svn changeset:4920/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 6 +++++- WebContent/ITMILL/themes/default/styles.css | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index eae8622c0f..443356fd27 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -154,8 +154,12 @@ input.i-modified, cursor:pointer; } +/** + * Label has tiny paddings to include contents margins. + */ .i-label { - overflow: hidden; + 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 d1db617e03..a8005c02e6 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -254,8 +254,12 @@ input.i-modified, cursor:pointer; } +/** + * Label has tiny paddings to include contents margins. + */ .i-label { - overflow: hidden; + padding-top:1px; + padding-bottom: 1px; } /* Loading indicator states */ -- 2.39.5