JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fix name of title tem-sub
[wfpl.git] / metaform / style.css
1 .caption {
2         margin-top: 15px;
3         font-weight: bold;
4 }
5 .field {
6         margin-bottom: 15px;
7 }
8 div.field_notes {
9         font-size: 12px;
10         line-height: 16px;
11 }
12 fieldset {
13         border: 1px dotted black;
14         padding: 0 15px 15px 15px;
15         margin: 15px 0;
16         position: relative;
17 }
18 legend {
19         padding: 0 6px;
20         font-weight: bold;
21 }
22 div.error {
23         border: 2px solid red;
24         padding: 13px;
25         margin: 20px;
26         background: #fdd;
27 }
28
29 :first-child, .first {
30         padding-top: 0px;
31         margin-top: 0px;
32 }
33 :last-child, .last {
34         padding-bottom: 0px;
35         margin-bottom: 0px;
36 }