]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/mod_admin.css
Frio admin/users template: fix users avatars, table cols width to have more space
[friendica.git] / view / theme / frio / css / mod_admin.css
1
2 #admin-users.adminpage { padding-left:0; padding-right: 0;}
3 #admin-users.adminpage > h1 { padding: 0 15px; }
4
5 #admin-users td { word-break: break-all; }
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
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; }