Update Users#index

This commit is contained in:
2023-04-23 19:35:10 +02:00
parent 86dbc95375
commit 4dbd5f4a2a
8 changed files with 71 additions and 22 deletions

View File

@@ -214,3 +214,44 @@ form input[type=submit] {
margin: 1.5rem auto 0 auto;
padding: 0.75rem;
}
table.items {
border-spacing: 0;
border: 1px solid #dddddd;
border-radius: 0.2rem;
font-size: 0.85rem;
margin: 1rem auto 0 auto;
}
table.items th {
font-size: 0.8rem;
}
table.items th,
table.items tr:hover {
background-color: #f3f3f3;
}
table.items th,
table.items td:not(.svg):not(.actions) {
padding: 0.8rem;
}
table.items td {
border-top: 1px solid #dddddd;
}
table.items td a {
border-color: #dddddd;
color: #909090;
font-weight: normal;
margin-right: 0.25rem;
padding: 0.25rem;
}
table.items td:not(:first-child) {
color: #909090;
fill: #909090;
text-align: center;
}
table.items td.actions {
text-align: right;
}
table.items svg {
height: 1.2rem;
width: 1.2rem;
}