From ebe5d815153bbdae44a26ddf9d7727b38ebc669a Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 24 Oct 2008 11:27:56 +0000 Subject: [PATCH] iview scroll area needs to be relative svn changeset:5710/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 5 +++-- WebContent/ITMILL/themes/default/styles.css | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index e88eca18d6..990eb3615a 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -31,6 +31,7 @@ outline: none; margin-top:-1px; border-top:1px solid transparent; + position:relative; } @@ -228,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 c3c555a676..04d1ddd22c 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -160,6 +160,7 @@ outline: none; margin-top:-1px; border-top:1px solid transparent; + position:relative; } @@ -357,8 +358,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