interface change

This commit is contained in:
Ivan 2023-09-19 14:11:08 +03:00
parent c8f3e0a741
commit 0b34293389
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583
14 changed files with 26 additions and 40 deletions

View File

@ -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); */
}
@ -220,7 +220,7 @@ header img {
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%;
}

View File

@ -95,9 +95,7 @@
</section>
<div class="name">
<span>Панель управления</span>
</div>
<nav>
<a class="selected" href="/admin">Пользователи</a>

View File

@ -93,9 +93,7 @@
<button id="closeButton" style="display: none;" onclick="hideMessage()">Закрыть</button>
</div>
</section>
<div class="name">
<span>Панель управления</span>
</div>
<nav>
<a href="/admin">Пользователи</a>

View File

@ -9,8 +9,18 @@
</head>
<body>
<style>
.main {
margin-top: 92px !important;
}
.main .bg {
min-height: calc(100vh - 162px - 92px);
}
</style>
<header>
<img src="../img/argus.png">
<img src="../../img/argus.png">
<h1>Аргус</h1>
<h2><span>/</span> {{Organisation}}</h2>
</header>

View File

@ -65,9 +65,6 @@
</div>
</section>
{{/if}}
<div class="name">
<span>Устройства</span>
</div>
<nav>
<a href="/devices">Список устройств</a>
<a class="selected" href="/devices/drivers">Водители</a>

View File

@ -95,9 +95,6 @@
<button id="closeButton" style="display: none;" onclick="hideMessage()">Закрыть</button>
</div>
</section>
<div class="name">
<span>Устройства</span>
</div>
<nav>
<a href="/devices">Список устройств</a>

View File

@ -65,9 +65,6 @@
</div>
</section>
{{/if}}
<div class="name">
<span>Устройства</span>
</div>
<nav>
<a class="selected" href="/devices">Список устройств</a>
{{#if EditTransport}}

View File

@ -13,6 +13,14 @@
.main .name {
margin-bottom: 100px !important;
}
.main {
margin-top: 92px !important;
}
.main .bg {
min-height: calc(100vh - 162px - 92px);
}
</style>
<div class="page-transition"></div>

View File

@ -69,9 +69,6 @@
</div>
</section>
{{/if}}
<div class="name">
<span>Прямые трансляции</span>
</div>
<nav>
<a class="selected" href="/live">Отслеживание</a>
</nav>

View File

@ -65,9 +65,6 @@
</div>
</section>
{{/if}}
<div class="name">
<span>Отчёты</span>
</div>
<nav>
<a class="selected" href="/reports">Предупреждения</a>
</nav>

View File

@ -67,9 +67,6 @@
</div>
</section>
{{/if}}
<div class="name">
<span>Отчёты</span>
</div>
<nav>
<a class="return-name" href="/reports">
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" fill="none" viewBox="0 0 10 17">

View File

@ -95,10 +95,6 @@
</div>
</section>
<div class="name">
<span>Настройки</span>
</div>
<nav>
<a class="selected" href="/devices">Настройки</a>
</nav>

View File

@ -104,9 +104,6 @@
</div>
</section>
{{/if}}
<div class="name">
<span>Управление записями</span>
</div>
<nav>
<a href="/videos">Воспроизведение</a>
<a class="selected" href="/videos/export">Экспорт</a>

View File

@ -84,9 +84,6 @@
</div>
</section>
{{/if}}
<div class="name">
<span>Управление записями</span>
</div>
<nav>
<a class="selected" href="/videos">Воспроизведение</a>
<a href="/videos/export">Экспорт</a>