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