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