]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/mod_admin.css
Merge pull request #7727 from MrPetovan/task/4090-move-manage-to-src
[friendica.git] / view / theme / frio / css / mod_admin.css
index 5f9ac1d924b10b2541ffe01b9997c4745b19239f..76056d4a1447e6c4af8621145333ab21ad7e989a 100644 (file)
@@ -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