]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/mod_admin.css
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / css / mod_admin.css
1 #adminpage.adminpage > h1 {
2         padding: 0 15px;
3 }
4
5 #users th:first-of-type {
6         width: 1em;
7 }
8 #users th:nth-of-type(2) {
9         width: 40px;
10 }
11 #users th:last-of-type {
12         width: 1em;
13 }
14 .admin-settings-footer-elements {
15         padding-left: 8px;
16         padding-right: 8px;
17 }
18
19 #deleted th:first-of-type {
20         width: 40px;
21 }
22
23 #users img.avatar-nano,
24 #deleted img.avatar-nano {
25         height: 24px;
26         width: 24px;
27 }
28 .opened .caret {
29         transform: rotate(180deg);
30 }
31 tr.details td,
32 tr.details th {
33         border-top: 0 !important;
34 }
35
36 .adminpage td > .checkbox,
37 .adminpage th > .checkbox {
38         margin: 0;
39 }
40 .adminpage td {
41         word-break: break-all;
42 }
43
44 .adminpage input[id=id_maximagesize]:valid {
45         background-color: palegreen;
46 }
47
48 .adminpage input[id=id_maximagesize]:invalid {
49         background-color: lightpink;
50 }