From 8ba54bdca90c5f9c94ebac8e7d09357c725064af Mon Sep 17 00:00:00 2001 From: Roman Date: Sun, 31 Aug 2025 23:55:50 +0200 Subject: [PATCH] add CSS styles for form layout --- input/static/css/forms.css | 11 +++++++++++ input/templates/input/base.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 input/static/css/forms.css 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 @@ - +