mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
[frio] Improve admin/users/* page display
This commit is contained in:
parent
388c0b69d6
commit
ac32fbefcd
2 changed files with 10 additions and 20 deletions
|
@ -1,16 +1,16 @@
|
|||
|
||||
#admin-users.adminpage > h1 { padding: 0 15px; }
|
||||
|
||||
#adminpage.adminpage > h1 { padding: 0 15px; }
|
||||
|
||||
#admin-users #users th:first-of-type { width: 1em; }
|
||||
#admin-users #users th:nth-of-type(2) { width: 40px; }
|
||||
#admin-users #users th:last-of-type { width: 1em; }
|
||||
#admin-users .admin-settings-footer-elements { padding-left: 8px; padding-right: 8px; }
|
||||
#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; }
|
||||
|
||||
#admin-users #deleted th:first-of-type { width: 40px; }
|
||||
#deleted th:first-of-type { width: 40px; }
|
||||
|
||||
#admin-users #users img.avatar-nano, #deleted img.avatar-nano { height: 24px; width: 24px; }
|
||||
#users img.avatar-nano,
|
||||
#deleted img.avatar-nano {
|
||||
height: 24px; width: 24px;
|
||||
}
|
||||
.opened .caret { transform: rotate(180deg); }
|
||||
tr.details td,
|
||||
tr.details th {
|
||||
|
|
|
@ -2936,17 +2936,7 @@ section.help-content-wrapper li {
|
|||
#adminpage .addon .desc {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.adminpage .admin-settings-action-link,
|
||||
.adminpage .admin-settings-action-link:hover {
|
||||
color: $font_color_darker;
|
||||
}
|
||||
.adminpage .admin-settings-action-link:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.adminpage .admin-settings-action-link {
|
||||
opacity: 0.8;
|
||||
}
|
||||
#admin-users tr.blocked {
|
||||
#admin-users #users tr.blocked {
|
||||
background-color: #f8efc0;
|
||||
}
|
||||
.adminpage .table-hover > tbody > tr:hover + tr.details {
|
||||
|
|
Loading…
Reference in a new issue