From: Jouni Koivuviita Date: Fri, 19 Dec 2008 13:45:00 +0000 (+0000) Subject: Small fix for default form styles, related to #2371. X-Git-Tag: 6.7.0.beta1~3479 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3989f5180972cb9b1b007f34af7a92edf2d3b46c;p=vaadin-framework.git Small fix for default form styles, related to #2371. svn changeset:6305/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/formlayout/formlayout.css b/WebContent/ITMILL/themes/default/formlayout/formlayout.css index e23a4d9e02..9175ceb9fc 100644 --- a/WebContent/ITMILL/themes/default/formlayout/formlayout.css +++ b/WebContent/ITMILL/themes/default/formlayout/formlayout.css @@ -65,13 +65,12 @@ .i-form fieldset { border: none; - margin: 0; - padding: 0; + border-top: 1px solid #babfc0; } .i-form legend { margin: 0; - padding: 0 0 0.3em 0; + padding: 0 4px 0.3em 4px; font-weight: bold; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 5e9ab19858..54eaef6d22 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -758,13 +758,12 @@ input.i-modified, .i-form fieldset { border: none; - margin: 0; - padding: 0; + border-top: 1px solid #babfc0; } .i-form legend { margin: 0; - padding: 0 0 0.3em 0; + padding: 0 4px 0.3em 4px; font-weight: bold; }