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

diff --git a/edumed/static/css/form.scss b/edumed/static/css/form.scss
index 83c7938..57255d5 100755
--- a/edumed/static/css/form.scss
+++ b/edumed/static/css/form.scss
@@ -4,14 +4,22 @@
         vertical-align: top;
         text-align: left;
     }
+    ul {
+        padding: 0;
+        list-style: none;
+        margin: 0;
+    }
     th {
         max-width: 16em;
         font-weight: normal;
     }
-    .required 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;