fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
easier import for multiple lessons
[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 td 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 {
13
content: "* ";
14
color: red; }
15
.submit-form .errorlist {
16
padding: 0 0 0 1em;
17
margin: 0;
18
color: red; }