mirror of
https://github.com/friendica/friendica
synced 2024-11-10 16:22:53 +00:00
18 lines
724 B
CSS
18 lines
724 B
CSS
|
|
#admin-users.adminpage > h1 { padding: 0 15px; }
|
|
#admin-users.adminpage .panel-collapse { margin-left: -15px; margin-right: -15px; }
|
|
#admin-users td { word-break: break-all; }
|
|
|
|
#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; }
|
|
#admin-users td > .checkbox { margin: 0; }
|
|
#admin-users .admin-settings-footer-elements { padding-left: 8px; padding-right: 8px; }
|
|
|
|
#admin-users #deleted th:first-of-type { width: 40px; }
|
|
|
|
#admin-users #users img.avatar-nano, #deleted img.avatar-nano { height: 24px; width: 24px; }
|
|
.opened .caret { transform: rotate(180deg); }
|
|
tr.details td,
|
|
tr.details th
|
|
{ border-top: 0!important; }
|