fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new test and workshop form
[edumed.git]
/
edumed
/
static
/
css
/
form.css
diff --git
a/edumed/static/css/form.css
b/edumed/static/css/form.css
index
0997331
..
5699dd6
100644
(file)
--- a/
edumed/static/css/form.css
+++ b/
edumed/static/css/form.css
@@
-7,9
+7,10
@@
list-style: none;
margin: 0; }
.submit-form th {
list-style: none;
margin: 0; }
.submit-form th {
+ min-width: 4em;
max-width: 16em;
font-weight: normal; }
max-width: 16em;
font-weight: normal; }
-.submit-form .required label:before {
+.submit-form .required
th label:before, .submit-form .required >
label:before {
content: "* ";
color: red; }
.submit-form p.required {
content: "* ";
color: red; }
.submit-form p.required {
@@
-18,3
+19,7
@@
padding: 0 0 0 1em;
margin: 0;
color: red; }
padding: 0 0 0 1em;
margin: 0;
color: red; }
+.submit-form .form-footer {
+ font-size: smaller; }
+
+/*# sourceMappingURL=form.css.map */