JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added missing css for new-layout forms
authorJason Woofenden <jason@jasonwoof.com>
Fri, 20 Nov 2009 07:03:18 +0000 (02:03 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 20 Nov 2009 07:03:18 +0000 (02:03 -0500)
metaform/style.css

index 04cb329..06b8762 100644 (file)
@@ -1,5 +1,24 @@
-.field {
+div.field {
        margin-bottom: 15px;
+       font-weight: bold;
+}
+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;