X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fstyle.css;h=247cb412cc3d701e58f2705ab67f0159d525e1be;hb=ac25ee0e202176e3fc86b7413605e64504220e8e;hp=04cb329e2db64a15bdb9d4f53ccce81f23a43e54;hpb=c02c8c04539722915a769ff580eb392ba967deee;p=wfpl.git diff --git a/metaform/style.css b/metaform/style.css index 04cb329..247cb41 100644 --- a/metaform/style.css +++ b/metaform/style.css @@ -1,6 +1,27 @@ -.field { +div.caption { + font-weight: bold; +} +div.field { margin-bottom: 15px; } +div.field_notes { + font-size: 12px; + line-height: 16px; +} +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; +} div.error { border: 2px solid red; padding: 13px;