update ESEM forms + disable inactive forms
[edumed.git] / edumed / static / css / form.css
index 0997331..10fb9f4 100644 (file)
@@ -9,7 +9,7 @@
 .submit-form th {
   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 {
@@ -18,3 +18,7 @@
   padding: 0 0 0 1em;
   margin: 0;
   color: red; }
+.submit-form .form-footer {
+  font-size: smaller; }
+
+/*# sourceMappingURL=form.css.map */