]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Improve admin/users/* page display
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 8 Nov 2020 07:29:54 +0000 (02:29 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 8 Nov 2020 17:53:12 +0000 (12:53 -0500)
view/theme/frio/css/mod_admin.css
view/theme/frio/css/style.css

index 84a42ad6dc9c411dfe40872605ee6cd396248df0..35c2b4a009f9d8c4b87df37794d5fb97d6703ba3 100644 (file)
@@ -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 {
index 88397fb6cba6bd912630b88e8ca562ccbfd6ab30..41ba31dc56fbb98ca9f2a917d47ac087b8915aed 100644 (file)
@@ -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 {