fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
increase max length of attachment file path
[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
max-width: 16em;
14
font-weight: normal;
15
}
16
.required th label:before, .required>label:before {
17
content: "* ";
18
color: red;
19
}
20
p.required {
21
font-weight: bold;
22
}
23
.errorlist {
24
padding: 0 0 0 1em;
25
margin: 0;
26
color: red;
27
}
28
}