X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fstyle.css;h=247cb412cc3d701e58f2705ab67f0159d525e1be;hb=0f22285be7670c1fd4871bad7b9d4ea27e9c3fc8;hp=df624aaaa1f2a79dbe460b1ccb0fc33b7c90a9a8;hpb=b03e19d7003d71ad02e3d2a737c03c9060f3ed6f;p=wfpl.git diff --git a/metaform/style.css b/metaform/style.css index df624aa..247cb41 100644 --- a/metaform/style.css +++ b/metaform/style.css @@ -1,15 +1,27 @@ -td.field, td.right_caption { - text-align: left; - vertical-align: bottom; +div.caption { + font-weight: bold; +} +div.field { + margin-bottom: 15px; } -td.caption, td.errorcaption { - text-align: right; - vertical-align: top; +div.field_notes { + font-size: 12px; + line-height: 16px; } -td.caption, td.errorcaption, td.right_caption { +div.form_section { + border: 1px dotted black; + padding: 23px 15px 15px 15px; + margin: 40px 0; + position: relative; +} +div.form_section_header { + position: absolute; + left: 42px; + top: -9px; + background: white; + padding: 0 6px; font-weight: bold; } -td.errorcaption { color: red; } div.error { border: 2px solid red; padding: 13px; @@ -21,3 +33,7 @@ div.error { padding-top: 0px; margin-top: 0px; } +.last { + padding-bottom: 0px; + margin-bottom: 0px; +}