Микро изменения

This commit is contained in:
DyCTaTOR 2024-06-02 17:04:34 +04:00
parent b75177292e
commit 855813a4d5
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -21,7 +21,7 @@
<i class="fa fa-search">Поиск</i>
</button>
</div>
<div class="input-group d-flex justify-content-center">
<div class="input-group d-flex justify-content-center mt-2">
<div class="input-group-append">
<label for="departmentId" class="form-label" />
<select id="departmentId" class="form-control" name="departmentId">
@ -43,7 +43,7 @@
<h2 th:case="0">Данные отсутствуют</h2>
<th:block th:case="*">
<div>
<a th:href="@{/news/edit/(page=${page})}" class="btn btn-danger mt-4">Добавить новость</a>
<a th:href="@{/news/edit/(page=${page})}" class="btn btn-danger mt-1">Добавить новость</a>
</div>
<div class="row">
<div class="col mt-4 colStyle" th:each="newItem : ${items}">