fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add option to save html dir (debug html to pdf)
[edumed.git]
/
edumed
/
static
/
css
/
form.css
1
.submit-form th, .submit-form td {
2
padding: .3em;
3
vertical-align: top;
4
text-align: left; }
5
.submit-form ul {
6
padding: 0;
7
list-style: none;
8
margin: 0; }
9
.submit-form th {
10
max-width: 16em;
11
font-weight: normal; }
12
.submit-form .required th label:before, .submit-form .required > label:before {
13
content: "* ";
14
color: red; }
15
.submit-form p.required {
16
font-weight: bold; }
17
.submit-form .errorlist {
18
padding: 0 0 0 1em;
19
margin: 0;
20
color: red; }
21
22
/*# sourceMappingURL=form.css.map */