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