update ESEM forms + disable inactive forms
[edumed.git] / edumed / static / css / form.css
index ac11db0..10fb9f4 100644 (file)
@@ -2,17 +2,23 @@
   padding: .3em;
   vertical-align: top;
   text-align: left; }
-.submit-form td ul {
+.submit-form ul {
   padding: 0;
   list-style: none;
   margin: 0; }
 .submit-form th {
   max-width: 16em;
   font-weight: normal; }
-.submit-form .required th label:before {
+.submit-form .required th label:before, .submit-form .required > label:before {
   content: "* ";
   color: red; }
+.submit-form p.required {
+  font-weight: bold; }
 .submit-form .errorlist {
   padding: 0 0 0 1em;
   margin: 0;
   color: red; }
+.submit-form .form-footer {
+  font-size: smaller; }
+
+/*# sourceMappingURL=form.css.map */