]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/mod_admin.css
Refactor admin user settings page
[friendica.git] / view / theme / frio / css / mod_admin.css
1
2 #admin-users.adminpage > h1 { padding: 0 15px; }
3
4 #adminpage.adminpage > h1 { padding: 0 15px; }
5
6 #admin-users #users th:first-of-type { width: 1em; }
7 #admin-users #users th:nth-of-type(2) { width: 40px; }
8 #admin-users #users th:last-of-type { width: 1em; }
9 #admin-users .admin-settings-footer-elements { padding-left: 8px; padding-right: 8px; }
10
11 #admin-users #deleted th:first-of-type { width: 40px; }
12
13 #admin-users #users img.avatar-nano, #deleted img.avatar-nano { height: 24px; width: 24px; }
14 .opened .caret { transform: rotate(180deg); }
15 tr.details td,
16 tr.details th {
17     border-top: 0!important;
18 }
19
20 .adminpage td > .checkbox,
21 .adminpage th > .checkbox {
22         margin: 0;
23 }
24 .adminpage td { word-break: break-all; }