From 1b900ef52eedea01df9ea1b4a2bcb2ebe13be9dd Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Thu, 24 Oct 2024 17:40:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D1=81=D0=BF=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Auth/templates/auth.html | 17 +++++++----- App/Requests/templates/sklad_zapros.html | 24 +++++++++-------- App/Requests/templates/zagotovki_ship.html | 31 ++++++++++++---------- App/static/css/main.css | 8 ++++-- 4 files changed, 46 insertions(+), 34 deletions(-) diff --git a/App/Auth/templates/auth.html b/App/Auth/templates/auth.html index 5e27a4e..7b1adaa 100644 --- a/App/Auth/templates/auth.html +++ b/App/Auth/templates/auth.html @@ -6,12 +6,15 @@ -
- - - -
- -
+
+
+ + + +
+ +
+
+ diff --git a/App/Requests/templates/sklad_zapros.html b/App/Requests/templates/sklad_zapros.html index edc9640..88e7c92 100644 --- a/App/Requests/templates/sklad_zapros.html +++ b/App/Requests/templates/sklad_zapros.html @@ -11,17 +11,19 @@

Материалы заготовок

-

Выберите материал

-

- - -
-
- +
+
+

Выберите материал

+ + +
+
diff --git a/App/Requests/templates/zagotovki_ship.html b/App/Requests/templates/zagotovki_ship.html index 91d3b17..72231fd 100644 --- a/App/Requests/templates/zagotovki_ship.html +++ b/App/Requests/templates/zagotovki_ship.html @@ -11,21 +11,24 @@

Поставки заготовок

-

Выберите материал

-
- -

Выберите даты:

-

с

-

по

- -
-
- +
+
+

Выберите материал

+ +

Выберите даты:

+

с

+

по

+ +
+
+ diff --git a/App/static/css/main.css b/App/static/css/main.css index ff00f00..9454d0b 100644 --- a/App/static/css/main.css +++ b/App/static/css/main.css @@ -4,7 +4,7 @@ h1,h2 { body { background-color: #87CEEB; } -form[name="auth"] { +div.form { position: absolute; left: 50%; top: 50%; @@ -12,7 +12,7 @@ form[name="auth"] { } form[name="auth"] input[type="submit"] { display: block; - margin: 5px auto; + margin: 10px auto; } button { background-color: #067936; @@ -39,6 +39,10 @@ div.login button { margin-top: -5px; background-color: #176917; } +div.return { + display: flex; + justify-content: center; +} div.return button{ background-color: chocolate; }