Merge branch 'master' into rwd
[wolnelektury.git] / apps / wolnelektury_core / static / css / 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:after {
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 }