From 0b34293389bd7e6e14a5018a60979d4dda64cd0b Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 19 Sep 2023 14:11:08 +0300 Subject: [PATCH] interface change --- static/styles/main.css | 10 +++++----- static/templates/admin/index.html | 4 +--- static/templates/admin/organisation.html | 4 +--- static/templates/admin/user.html | 12 +++++++++++- static/templates/devices/drivers.html | 3 --- static/templates/devices/groups.html | 3 --- static/templates/devices/index.html | 3 --- static/templates/index.html | 8 ++++++++ static/templates/live.html | 3 --- static/templates/reports/index.html | 3 --- static/templates/reports/report.html | 3 --- static/templates/settings.html | 4 ---- static/templates/videos/export.html | 3 --- static/templates/videos/playback.html | 3 --- 14 files changed, 26 insertions(+), 40 deletions(-) diff --git a/static/styles/main.css b/static/styles/main.css index 9031a1a..4e962c1 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -189,7 +189,7 @@ header img { /* top: 62px; */ /* left: 177px; */ margin-left: 177px; - margin-top: 92px; + margin-top: 74px; /* width: calc(100% - 177px); */ /* height: calc(100vh - 62px); */ } @@ -216,11 +216,11 @@ header img { } .main .bg { - margin-top: 12px; + margin-top:12px; background-color: #fcfcff; background: repeat center url(../img/argus5.png); border-top: 2px solid #f5f5fa; - min-height: calc(100vh - 162px - 92px); + min-height: calc(100vh - 62px - 53px); /* height: fit-content; */ padding: 0 145px 0 145px; justify-content: center; @@ -317,8 +317,8 @@ header img { .for-table { display: inline-block; - height: 85%; - margin-top: 35px; + height: 90%; + margin-top: 45px; width: 100%; } diff --git a/static/templates/admin/index.html b/static/templates/admin/index.html index d1999e3..9c7999b 100644 --- a/static/templates/admin/index.html +++ b/static/templates/admin/index.html @@ -95,9 +95,7 @@ -
- Панель управления -
+