add accordion macro, new user list view
This commit is contained in:
@ -567,6 +567,28 @@ input[type="text"], input[type="password"], textarea, select {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.users-table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.users-table tr th {
|
||||
background-color: $button_color2;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.users-table tr td {
|
||||
background-color: $button_color;
|
||||
padding: 5px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.users-table .small {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.topic {
|
||||
display: grid;
|
||||
grid-template-columns: 1.5fr 96px;
|
||||
|
Reference in New Issue
Block a user