interface change
This commit is contained in:
parent
c8f3e0a741
commit
0b34293389
@ -189,7 +189,7 @@ header img {
|
|||||||
/* top: 62px; */
|
/* top: 62px; */
|
||||||
/* left: 177px; */
|
/* left: 177px; */
|
||||||
margin-left: 177px;
|
margin-left: 177px;
|
||||||
margin-top: 92px;
|
margin-top: 74px;
|
||||||
/* width: calc(100% - 177px); */
|
/* width: calc(100% - 177px); */
|
||||||
/* height: calc(100vh - 62px); */
|
/* height: calc(100vh - 62px); */
|
||||||
}
|
}
|
||||||
@ -220,7 +220,7 @@ header img {
|
|||||||
background-color: #fcfcff;
|
background-color: #fcfcff;
|
||||||
background: repeat center url(../img/argus5.png);
|
background: repeat center url(../img/argus5.png);
|
||||||
border-top: 2px solid #f5f5fa;
|
border-top: 2px solid #f5f5fa;
|
||||||
min-height: calc(100vh - 162px - 92px);
|
min-height: calc(100vh - 62px - 53px);
|
||||||
/* height: fit-content; */
|
/* height: fit-content; */
|
||||||
padding: 0 145px 0 145px;
|
padding: 0 145px 0 145px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -317,8 +317,8 @@ header img {
|
|||||||
|
|
||||||
.for-table {
|
.for-table {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 85%;
|
height: 90%;
|
||||||
margin-top: 35px;
|
margin-top: 45px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,9 +95,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<div class="name">
|
|
||||||
<span>Панель управления</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a class="selected" href="/admin">Пользователи</a>
|
<a class="selected" href="/admin">Пользователи</a>
|
||||||
|
@ -93,9 +93,7 @@
|
|||||||
<button id="closeButton" style="display: none;" onclick="hideMessage()">Закрыть</button>
|
<button id="closeButton" style="display: none;" onclick="hideMessage()">Закрыть</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div class="name">
|
|
||||||
<span>Панель управления</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/admin">Пользователи</a>
|
<a href="/admin">Пользователи</a>
|
||||||
|
@ -9,8 +9,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.main {
|
||||||
|
margin-top: 92px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .bg {
|
||||||
|
min-height: calc(100vh - 162px - 92px);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<img src="../img/argus.png">
|
<img src="../../img/argus.png">
|
||||||
<h1>Аргус</h1>
|
<h1>Аргус</h1>
|
||||||
<h2><span>/</span> {{Organisation}}</h2>
|
<h2><span>/</span> {{Organisation}}</h2>
|
||||||
</header>
|
</header>
|
||||||
|
@ -65,9 +65,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="name">
|
|
||||||
<span>Устройства</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/devices">Список устройств</a>
|
<a href="/devices">Список устройств</a>
|
||||||
<a class="selected" href="/devices/drivers">Водители</a>
|
<a class="selected" href="/devices/drivers">Водители</a>
|
||||||
|
@ -95,9 +95,6 @@
|
|||||||
<button id="closeButton" style="display: none;" onclick="hideMessage()">Закрыть</button>
|
<button id="closeButton" style="display: none;" onclick="hideMessage()">Закрыть</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div class="name">
|
|
||||||
<span>Устройства</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/devices">Список устройств</a>
|
<a href="/devices">Список устройств</a>
|
||||||
|
@ -65,9 +65,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="name">
|
|
||||||
<span>Устройства</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a class="selected" href="/devices">Список устройств</a>
|
<a class="selected" href="/devices">Список устройств</a>
|
||||||
{{#if EditTransport}}
|
{{#if EditTransport}}
|
||||||
|
@ -13,6 +13,14 @@
|
|||||||
.main .name {
|
.main .name {
|
||||||
margin-bottom: 100px !important;
|
margin-bottom: 100px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
margin-top: 92px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .bg {
|
||||||
|
min-height: calc(100vh - 162px - 92px);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="page-transition"></div>
|
<div class="page-transition"></div>
|
||||||
|
@ -69,9 +69,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="name">
|
|
||||||
<span>Прямые трансляции</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a class="selected" href="/live">Отслеживание</a>
|
<a class="selected" href="/live">Отслеживание</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -65,9 +65,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="name">
|
|
||||||
<span>Отчёты</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a class="selected" href="/reports">Предупреждения</a>
|
<a class="selected" href="/reports">Предупреждения</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -67,9 +67,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="name">
|
|
||||||
<span>Отчёты</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a class="return-name" href="/reports">
|
<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">
|
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" fill="none" viewBox="0 0 10 17">
|
||||||
|
@ -95,10 +95,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<div class="name">
|
|
||||||
<span>Настройки</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a class="selected" href="/devices">Настройки</a>
|
<a class="selected" href="/devices">Настройки</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -104,9 +104,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="name">
|
|
||||||
<span>Управление записями</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/videos">Воспроизведение</a>
|
<a href="/videos">Воспроизведение</a>
|
||||||
<a class="selected" href="/videos/export">Экспорт</a>
|
<a class="selected" href="/videos/export">Экспорт</a>
|
||||||
|
@ -84,9 +84,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="name">
|
|
||||||
<span>Управление записями</span>
|
|
||||||
</div>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a class="selected" href="/videos">Воспроизведение</a>
|
<a class="selected" href="/videos">Воспроизведение</a>
|
||||||
<a href="/videos/export">Экспорт</a>
|
<a href="/videos/export">Экспорт</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user