JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make metaform support file uploads
[wfpl.git] / metaform / style.css
index 04cb329..247cb41 100644 (file)
@@ -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;