Improve user management actions
This commit is contained in:
parent
353dafc30d
commit
6e7aa87de6
3 changed files with 88 additions and 19 deletions
10
frontend-js/dist/style.css
vendored
10
frontend-js/dist/style.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue