From: Matti Tahvonen Date: Fri, 24 Oct 2008 11:27:56 +0000 (+0000) Subject: iview scroll area needs to be relative X-Git-Tag: 6.7.0.beta1~3940 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ebe5d815153bbdae44a26ddf9d7727b38ebc669a;p=vaadin-framework.git iview scroll area needs to be relative svn changeset:5710/svn branch:trunk --- 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