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