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.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
}