X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fstyle.css;h=ded770c2c2a3ef506d04cf5c82e1c853a665427b;hb=bc74a59133a373649ab410c4cdd35a2661f1ee4b;hp=e6be557c7b60be66f0e21b83b4901be21e821e5f;hpb=8ef1f36849dc9f50ad2d5c19bef126ab3c9e454b;p=wfpl.git diff --git a/metaform/style.css b/metaform/style.css index e6be557..ded770c 100644 --- a/metaform/style.css +++ b/metaform/style.css @@ -1,15 +1,24 @@ -td.field, td.right_caption { - text-align: left; - vertical-align: bottom; +.caption { + margin-top: 15px; + font-weight: bold; +} +.field { + margin-bottom: 15px; +} +div.field_notes { + font-size: 12px; + line-height: 16px; } -td.caption, td.errorcaption { - text-align: right; - vertical-align: top; +fieldset { + border: 1px dotted black; + padding: 0 15px 15px 15px; + margin: 15px 0; + position: relative; } -.caption, td.errorcaption, td.right_caption { +legend { + padding: 0 6px; font-weight: bold; } -.errorcaption { color: red; } div.error { border: 2px solid red; padding: 13px; @@ -17,11 +26,11 @@ div.error { background: #fdd; } -.first { +:first-child, .first { padding-top: 0px; margin-top: 0px; } -.last { +:last-child, .last { padding-bottom: 0px; margin-bottom: 0px; }