Merge branch 'api'
[wolnelektury.git] / src / wolnelektury / static / scss / main / form.scss
1 form table {
2     th {
3         vertical-align: top;
4         text-align: left;
5         font-weight: normal;
6     }
7     td {
8         padding-bottom: 1em;
9     }
10
11     .required th:before {
12         content: "* ";
13     }
14
15     .errorlist {
16         color: red;
17         margin: 0;
18         padding: 0;
19         list-style: none;
20     }
21     .helptext {
22         color: #888;
23         font-size: .9em;
24         font-style: italic;
25     }
26
27     ul {
28         list-style: none;
29         padding-left: 0;
30     }
31 }