2021-01-22 14:38:44 +01:00
|
|
|
#adminpage.adminpage > h1 {
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
2018-11-21 17:27:10 +01:00
|
|
|
|
2021-01-22 14:38:44 +01:00
|
|
|
#users th:first-of-type {
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
#users th:nth-of-type(2) {
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
#users th:last-of-type {
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
.admin-settings-footer-elements {
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
2018-04-20 14:07:11 +02:00
|
|
|
|
2021-01-22 14:38:44 +01:00
|
|
|
#deleted th:first-of-type {
|
|
|
|
width: 40px;
|
|
|
|
}
|
2018-04-20 14:07:11 +02:00
|
|
|
|
2020-11-08 08:29:54 +01:00
|
|
|
#users img.avatar-nano,
|
|
|
|
#deleted img.avatar-nano {
|
2021-01-22 14:38:44 +01:00
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
.opened .caret {
|
|
|
|
transform: rotate(180deg);
|
2020-11-08 08:29:54 +01:00
|
|
|
}
|
2018-04-18 21:43:33 +02:00
|
|
|
tr.details td,
|
2018-04-22 23:06:06 +02:00
|
|
|
tr.details th {
|
2021-01-22 14:38:44 +01:00
|
|
|
border-top: 0 !important;
|
2018-04-22 23:06:06 +02:00
|
|
|
}
|
|
|
|
|
2020-04-02 01:45:31 +02:00
|
|
|
.adminpage td > .checkbox,
|
|
|
|
.adminpage th > .checkbox {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2021-01-22 14:38:44 +01:00
|
|
|
.adminpage td {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|