diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-01 09:17:21 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-01 09:17:21 +0000 |
commit | eb2a46af09921a8699c9f9c67539418feceac563 (patch) | |
tree | d49f2e94133d35898ea25a6b0192a87b7bab35cf /WebContent/VAADIN/themes/reindeer/formlayout | |
parent | e75f93eb7fa14976a440298521ad1eb9bb608e04 (diff) | |
download | vaadin-framework-eb2a46af09921a8699c9f9c67539418feceac563.tar.gz vaadin-framework-eb2a46af09921a8699c9f9c67539418feceac563.zip |
VForm theme modified, fieldset now doesn't have a border if there is no caption for the form.
svn changeset:10116/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/formlayout')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css b/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css index d3aa7d46d1..9f865c3484 100644 --- a/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css @@ -50,8 +50,14 @@ border: none; border-top: 1px solid #babfc0; } +.v-form-nocaption fieldset { + border: none; +} +.v-form-nocaption legend { + display: none; +} .v-form legend { - margin: 0; - padding: 0 4px 0.3em 4px; + margin: 0 0 0 20px; + padding: 0 5px; font-weight: bold; }
\ No newline at end of file |