This commit is contained in:
Ivan 2023-10-02 00:37:38 +03:00
parent b78843875c
commit 0edac502e0
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583
2 changed files with 2 additions and 1 deletions

View File

@ -219,6 +219,7 @@ header img {
margin-top:12px; margin-top:12px;
background-color: #fcfcff; background-color: #fcfcff;
background: repeat center url(../img/argus5.png); background: repeat center url(../img/argus5.png);
background-attachment: fixed;
border-top: 2px solid #f5f5fa; border-top: 2px solid #f5f5fa;
min-height: calc(100vh - 62px - 53px); min-height: calc(100vh - 62px - 53px);
/* height: fit-content; */ /* height: fit-content; */

View File

@ -249,7 +249,7 @@
<div class="box" style="width: 175px;" id="boxTime">Дата и время</div> <div class="box" style="width: 175px;" id="boxTime">Дата и время</div>
<div class="box" id="boxSpeed">Скорость</div> <div class="box" id="boxSpeed">Скорость</div>
<div class="box" id="boxNumber">Номер ТС</div> <div class="box" id="boxNumber">Номер ТС</div>
<div class="box" id="boxGPS">Координаты</div> <div class="box" style="width: 175px;" id="boxGPS">Координаты</div>
<div class="box" id="boxName">Название</div> <div class="box" id="boxName">Название</div>
<div class="box" id="boxID">ID</div> <div class="box" id="boxID">ID</div>
</div> </div>