From: Jouni Koivuviita Date: Thu, 18 Dec 2008 14:39:43 +0000 (+0000) Subject: Fixes #2371: remove border from default form styles. X-Git-Tag: 6.7.0.beta1~3497 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bbaa0c9cc1a68cd82b7d003a17d29c8f08b062a1;p=vaadin-framework.git Fixes #2371: remove border from default form styles. svn changeset:6285/svn branch:trunk --- 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; }