Improve user management actions

This commit is contained in:
DonVoo 2026-07-13 00:49:59 +02:00
parent 353dafc30d
commit 6e7aa87de6
3 changed files with 88 additions and 19 deletions

View file

@ -490,6 +490,11 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
min-width: 204px;
overflow: visible;
}
.user-table .actions-col,
.user-table .row-actions {
width: 292px;
min-width: 292px;
}
.account-table th {
color: var(--ol-muted);
font-weight: 600;
@ -550,6 +555,11 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
}
.form-actions a { text-decoration: none; }
.btn.danger { color: #8a1f11; }
.form-hint {
color: var(--ol-muted);
margin: 0 0 10px;
line-height: 1.35;
}
.archive-table {
width: 100%;
border-collapse: collapse;