diff --git a/App/Report/templates/report_basic.html b/App/Report/templates/report_basic.html index dac88c9..dbc693c 100644 --- a/App/Report/templates/report_basic.html +++ b/App/Report/templates/report_basic.html @@ -4,6 +4,7 @@ {{ title }} +
@@ -44,9 +45,9 @@ {% endif %} -
- -
+
+
+
diff --git a/App/static/css/main.css b/App/static/css/main.css index 5cd5ee1..eeb65be 100644 --- a/App/static/css/main.css +++ b/App/static/css/main.css @@ -42,9 +42,8 @@ div.login button { } div.return { - display: flex; - justify-content: center; - margin-top: 15px; + text-align: center; + margin: 20px 0; } div.return button { @@ -52,10 +51,8 @@ div.return button { } div.form { - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); + margin-left: 30%; + margin-right: 30%; text-align: center; background-color: white; padding: 20px; @@ -79,12 +76,6 @@ div.form select, div.form input[type=number] { box-sizing: border-box; } -div.form .period { - display: flex; - gap: 10px; - justify-content: center; -} - div.form button { margin-top: 15px; } diff --git a/App/static/css/report.css b/App/static/css/report.css new file mode 100644 index 0000000..2771dfc --- /dev/null +++ b/App/static/css/report.css @@ -0,0 +1,5 @@ +div.form .period { + display: flex; + gap: 10px; + justify-content: center; +} \ No newline at end of file