alpha v0.938

This commit is contained in:
2026-03-15 15:59:57 +03:00
parent 1b244ca23c
commit 5966cc1916
18 changed files with 925 additions and 20 deletions

View File

@@ -219,11 +219,29 @@
margin: 0;
display: flex;
align-items: center;
justify-content: center;
align-self: stretch;
min-height: 28px;
border-radius: 2px;
line-height: 1;
text-decoration: none;
}
.nav-legacy .navbar-brand:hover,
.nav-legacy .navbar-brand:focus {
background: #372ba6;
box-shadow: none;
outline: none;
}
.nav-legacy .navbar-brand img {
height: 18px;
width: auto;
display: block;
transform: translateY(-1px);
transition: filter 0.15s ease;
}
.nav-legacy .navbar-brand:hover img,
.nav-legacy .navbar-brand:focus img {
filter: brightness(0) invert(1);
}
.nav-main-btn {
color: #111;

View File

@@ -43,6 +43,13 @@
white-space: normal;
word-break: break-word;
}
.computers-summary {
text-align: center;
margin-top: -2px;
margin-bottom: 8px;
color: #5f5f5f;
font-weight: 500;
}
.row-actions {
background: #f8f9fa;
}
@@ -514,6 +521,12 @@
{% endfor %}
</table>
<div class="computers-summary">
Всего: {{ total_computers }} |
Ноутбуки: {{ laptops_count }} |
ПК: {{ pcs_count }}
</div>
{% if session.get('role') in ('admin','storekeeper') %}
<div class="edit-modal" id="computerEditModal" aria-hidden="true">
<div class="edit-modal__dialog">