interface change
This commit is contained in:
parent
c8f3e0a741
commit
0b34293389
@ -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%;
|
||||
}
|
||||
|
||||
|
@ -95,9 +95,7 @@
|
||||
</section>
|
||||
|
||||
|
||||
<div class="name">
|
||||
<span>Панель управления</span>
|
||||
</div>
|
||||
|
||||
|
||||
<nav>
|
||||
<a class="selected" href="/admin">Пользователи</a>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -65,9 +65,6 @@
|
||||
</div>
|
||||
</section>
|
||||
{{/if}}
|
||||
<div class="name">
|
||||
<span>Устройства</span>
|
||||
</div>
|
||||
<nav>
|
||||
<a class="selected" href="/devices">Список устройств</a>
|
||||
{{#if EditTransport}}
|
||||
|
@ -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>
|
||||
|
@ -69,9 +69,6 @@
|
||||
</div>
|
||||
</section>
|
||||
{{/if}}
|
||||
<div class="name">
|
||||
<span>Прямые трансляции</span>
|
||||
</div>
|
||||
<nav>
|
||||
<a class="selected" href="/live">Отслеживание</a>
|
||||
</nav>
|
||||
|
@ -65,9 +65,6 @@
|
||||
</div>
|
||||
</section>
|
||||
{{/if}}
|
||||
<div class="name">
|
||||
<span>Отчёты</span>
|
||||
</div>
|
||||
<nav>
|
||||
<a class="selected" href="/reports">Предупреждения</a>
|
||||
</nav>
|
||||
|
@ -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">
|
||||
|
@ -95,10 +95,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<div class="name">
|
||||
<span>Настройки</span>
|
||||
</div>
|
||||
<nav>
|
||||
<a class="selected" href="/devices">Настройки</a>
|
||||
</nav>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user