friendica/view/theme/frio/css/mod_admin.css

43 lines
597 B
CSS
Raw Normal View History

2021-01-22 14:38:44 +01:00
#adminpage.adminpage > h1 {
padding: 0 15px;
}
2021-01-22 14:38:44 +01:00
#users th:first-of-type {
width: 1em;
}
#users th:nth-of-type(2) {
width: 40px;
}
#users th:last-of-type {
width: 1em;
}
.admin-settings-footer-elements {
padding-left: 8px;
padding-right: 8px;
}
2021-01-22 14:38:44 +01:00
#deleted th:first-of-type {
width: 40px;
}
#users img.avatar-nano,
#deleted img.avatar-nano {
2021-01-22 14:38:44 +01:00
height: 24px;
width: 24px;
}
.opened .caret {
transform: rotate(180deg);
}
tr.details td,
tr.details th {
2021-01-22 14:38:44 +01:00
border-top: 0 !important;
}
.adminpage td > .checkbox,
.adminpage th > .checkbox {
margin: 0;
}
2021-01-22 14:38:44 +01:00
.adminpage td {
word-break: break-all;
}