diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-12-19 13:45:00 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-12-19 13:45:00 +0000 |
commit | 3989f5180972cb9b1b007f34af7a92edf2d3b46c (patch) | |
tree | 52a17f1e43a7cd5d35b6b76ae30cf4dea5fc847b /WebContent/ITMILL | |
parent | ff6524e1b5b90b97b26e8c7b233ba8615f67e374 (diff) | |
download | vaadin-framework-3989f5180972cb9b1b007f34af7a92edf2d3b46c.tar.gz vaadin-framework-3989f5180972cb9b1b007f34af7a92edf2d3b46c.zip |
Small fix for default form styles, related to #2371.
svn changeset:6305/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r-- | WebContent/ITMILL/themes/default/formlayout/formlayout.css | 5 | ||||
-rw-r--r-- | 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; } |