X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/8ad56095130253384647c1e51ef5ae597671a7c9..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/static/css/form.scss?ds=sidebyside diff --git a/edumed/static/css/form.scss b/edumed/static/css/form.scss deleted file mode 100755 index 57255d5..0000000 --- a/edumed/static/css/form.scss +++ /dev/null @@ -1,28 +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; - } -}