JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform has option for a session-based login-required
[wfpl.git] / metaform / style.css
1 .field {
2         margin-bottom: 15px;
3 }
4 div.error {
5         border: 2px solid red;
6         padding: 13px;
7         margin: 20px;
8         background: #fdd;
9 }
10
11 .first {
12         padding-top: 0px;
13         margin-top: 0px;
14 }
15 .last {
16         padding-bottom: 0px;
17         margin-bottom: 0px;
18 }