From 3989f5180972cb9b1b007f34af7a92edf2d3b46c Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 19 Dec 2008 13:45:00 +0000 Subject: [PATCH] Small fix for default form styles, related to #2371. svn changeset:6305/svn branch:trunk --- WebContent/ITMILL/themes/default/formlayout/formlayout.css | 5 ++--- WebContent/ITMILL/themes/default/styles.css | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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; } -- 2.39.5