]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/mod_admin.css
Merge pull request #9506 from annando/test-mysql-no-pdo
[friendica.git] / view / theme / frio / css / mod_admin.css
1 #adminpage.adminpage > h1 { padding: 0 15px; }
2
3 #users th:first-of-type { width: 1em; }
4 #users th:nth-of-type(2) { width: 40px; }
5 #users th:last-of-type { width: 1em; }
6 .admin-settings-footer-elements { padding-left: 8px; padding-right: 8px; }
7
8 #deleted th:first-of-type { width: 40px; }
9
10 #users img.avatar-nano,
11 #deleted img.avatar-nano {
12         height: 24px; width: 24px;
13 }
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; }