X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/fd65827f7d34921b927dfd735099b0690aa3a2df..1084f388829b560079274b78214a6fda41f8ef23:/edumed/static/css/form.scss?ds=inline

diff --git a/edumed/static/css/form.scss b/edumed/static/css/form.scss
index 8ef87de..90ad634 100755
--- a/edumed/static/css/form.scss
+++ b/edumed/static/css/form.scss
@@ -4,22 +4,29 @@
         vertical-align: top;
         text-align: left;
     }
-    td ul {
+    ul {
         padding: 0;
         list-style: none;
         margin: 0;
     }
     th {
+        min-width: 4em;
         max-width: 16em;
         font-weight: normal;
     }
-    .required th label:before {
+    .required th label:before, .required>label:before {
         content: "* ";
         color: red;
     }
+    p.required {
+        font-weight: bold;
+    }
     .errorlist {
         padding: 0 0 0 1em;
         margin: 0;
         color: red;
     }
+    .form-footer {
+        font-size: smaller;
+    }
 }