From bbaa0c9cc1a68cd82b7d003a17d29c8f08b062a1 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 18 Dec 2008 14:39:43 +0000 Subject: [PATCH] Fixes #2371: remove border from default form styles. svn changeset:6285/svn branch:trunk --- .../ITMILL/themes/default/formlayout/formlayout.css | 8 +++++++- WebContent/ITMILL/themes/default/styles.css | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/WebContent/ITMILL/themes/default/formlayout/formlayout.css b/WebContent/ITMILL/themes/default/formlayout/formlayout.css index dcb3360ad1..e23a4d9e02 100644 --- a/WebContent/ITMILL/themes/default/formlayout/formlayout.css +++ b/WebContent/ITMILL/themes/default/formlayout/formlayout.css @@ -63,12 +63,18 @@ height: 20px } -.i-form { +.i-form fieldset { border: none; margin: 0; padding: 0; } +.i-form legend { + margin: 0; + padding: 0 0 0.3em 0; + font-weight: bold; +} + .i-form .i-caption .i-required-field-indicator { float: none; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 2076dcbc72..3d95bec847 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -756,12 +756,18 @@ input.i-modified, height: 20px } -.i-form { +.i-form fieldset { border: none; margin: 0; padding: 0; } +.i-form legend { + margin: 0; + padding: 0 0 0.3em 0; + font-weight: bold; +} + .i-form .i-caption .i-required-field-indicator { float: none; } -- 2.39.5