X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/fd65827f7d34921b927dfd735099b0690aa3a2df..94e3d1b327655f92b3ea314cc581c707728e1acd:/edumed/static/css/form.scss 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; + } }