JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
CHANGE LOGIN-REQUIRED API
[wfpl.git] / metaform / style.css
index 006ccab..247cb41 100644 (file)
@@ -1,18 +1,39 @@
-td.field, td.right_caption {
-       text-align: left;
-       vertical-align: bottom;
+div.caption {
+       font-weight: bold;
+}
+div.field {
+       margin-bottom: 15px;
+}
+div.field_notes {
+       font-size: 12px;
+       line-height: 16px;
 }
-td.caption, td.errorcaption {
-       text-align: right;
-       vertical-align: top;
+div.form_section {
+       border: 1px dotted black;
+       padding: 23px 15px 15px 15px;
+       margin: 40px 0;
+       position: relative;
 }
-td.caption, td.errorcaption, td.right_caption {
+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;
        margin: 20px;
        background: #fdd;
 }
+
+.first {
+       padding-top: 0px;
+       margin-top: 0px;
+}
+.last {
+       padding-bottom: 0px;
+       margin-bottom: 0px;
+}