JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added missing css for new-layout forms
[wfpl.git] / metaform / style.css
1 div.field {
2         margin-bottom: 15px;
3         font-weight: bold;
4 }
5 div.field_notes {
6         font-size: 12px;
7         line-height: 16px;
8 }
9 div.form_section {
10         border: 1px dotted black;
11         padding: 23px 15px 15px 15px;
12         margin: 40px 0;
13         position: relative;
14 }
15 div.form_section_header {
16         position: absolute;
17         left: 42px;
18         top: -9px;
19         background: white;
20         padding: 0 6px;
21         font-weight: bold;
22 }
23 div.error {
24         border: 2px solid red;
25         padding: 13px;
26         margin: 20px;
27         background: #fdd;
28 }
29
30 .first {
31         padding-top: 0px;
32         margin-top: 0px;
33 }
34 .last {
35         padding-bottom: 0px;
36         margin-bottom: 0px;
37 }