X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/fd65827f7d34921b927dfd735099b0690aa3a2df..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/static/css/form.scss?ds=inline diff --git a/edumed/static/css/form.scss b/edumed/static/css/form.scss deleted file mode 100755 index 8ef87de..0000000 --- a/edumed/static/css/form.scss +++ /dev/null @@ -1,25 +0,0 @@ -.submit-form { - th, td { - padding: .3em; - vertical-align: top; - text-align: left; - } - td ul { - padding: 0; - list-style: none; - margin: 0; - } - th { - max-width: 16em; - font-weight: normal; - } - .required th label:before { - content: "* "; - color: red; - } - .errorlist { - padding: 0 0 0 1em; - margin: 0; - color: red; - } -}