stage 2: text field counter
[edumed.git] / edumed / static / css / form.scss
1 .submit-form {
2     th, td {
3         padding: .3em;
4         vertical-align: top;
5         text-align: left;
6     }
7     td ul {
8         padding: 0;
9         list-style: none;
10         margin: 0;
11     }
12     th {
13         max-width: 16em;
14         font-weight: normal;
15     }
16     .required th label:before {
17         content: "* ";
18         color: red;
19     }
20     .errorlist {
21         padding: 0 0 0 1em;
22         margin: 0;
23         color: red;
24     }
25     .counter {
26         font-size: small;
27     }
28     .negative {
29         color: red;
30     }
31 }