diff --git a/input/static/css/forms.css b/input/static/css/forms.css new file mode 100644 index 0000000..548ddc7 --- /dev/null +++ b/input/static/css/forms.css @@ -0,0 +1,11 @@ +.star { + color: red; +} + +.wm-table { + margin: 0 auto; +} + +.col-request { + width: 40%; +} \ No newline at end of file diff --git a/input/templates/input/base.html b/input/templates/input/base.html index 9f75cb2..7a08389 100644 --- a/input/templates/input/base.html +++ b/input/templates/input/base.html @@ -17,7 +17,7 @@ - +