fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes #3287: minor styling fixes on main.
[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
th {
8
max-width: 16em;
9
font-weight: normal;
10
}
11
.required label:before {
12
content: "* ";
13
color: red;
14
}
15
.errorlist {
16
padding: 0 0 0 1em;
17
margin: 0;
18
color: red;
19
}
20
}