data processing in forms
[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     ul {
8         padding: 0;
9         list-style: none;
10         margin: 0;
11     }
12     th {
13         min-width: 4em;
14         max-width: 16em;
15         font-weight: normal;
16     }
17     .required th label:before, .required>label:before {
18         content: "* ";
19         color: red;
20     }
21     p.required {
22         font-weight: bold;
23     }
24     .errorlist {
25         padding: 0 0 0 1em;
26         margin: 0;
27         color: red;
28     }
29     .form-footer {
30         font-size: smaller;
31     }
32 }