X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fmod_admin.css;h=76056d4a1447e6c4af8621145333ab21ad7e989a;hb=36ba7fa79c7c2d4304f3423d84215771e3bb6a9f;hp=5f9ac1d924b10b2541ffe01b9997c4745b19239f;hpb=20a2918bdaaa9108765228a9cabdab1c52de329e;p=friendica.git diff --git a/view/theme/frio/css/mod_admin.css b/view/theme/frio/css/mod_admin.css index 5f9ac1d924..76056d4a14 100644 --- a/view/theme/frio/css/mod_admin.css +++ b/view/theme/frio/css/mod_admin.css @@ -1,6 +1,22 @@ -#users img.icon, #deleted img.icon { height: 24px; } +#admin-users.adminpage > h1 { padding: 0 15px; } +#admin-users.adminpage .panel-collapse { margin-left: -15px; margin-right: -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; } + +#admin-users #deleted th:first-of-type { width: 40px; } + +#admin-users #users img.avatar-nano, #deleted img.avatar-nano { height: 24px; width: 24px; } .opened .caret { transform: rotate(180deg); } tr.details td, -tr.details th -{ border-top: 0!important; } +tr.details th { + border-top: 0!important; +} + +.adminpage td > .checkbox { margin: 0; } +.adminpage td { word-break: break-all; } \ No newline at end of file