X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/00befc91b33f3e16084bbc2ab99d5cc230e95944..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/static/css/form.scss diff --git a/edumed/static/css/form.scss b/edumed/static/css/form.scss deleted file mode 100755 index d393def..0000000 --- a/edumed/static/css/form.scss +++ /dev/null @@ -1,31 +0,0 @@ -.submit-form { - th, td { - padding: .3em; - vertical-align: top; - text-align: left; - } - ul { - padding: 0; - list-style: none; - margin: 0; - } - th { - max-width: 16em; - font-weight: normal; - } - .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; - } -}