]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/mod_admin.css
The appearanxe of the link preview is now configurable
[friendica.git] / view / theme / frio / css / mod_admin.css
index cbcd53453b7e92c14ff57f4b7921cd7a3b0917f3..355cfd1401efe83a020be6172796048408990cca 100644 (file)
@@ -1,17 +1,50 @@
+#adminpage.adminpage > h1 {
+       padding: 0 15px;
+}
 
-#admin-users.adminpage { padding-left:0; padding-right: 0;}
-#admin-users.adminpage > h1 { padding: 0 15px; }
+#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 td { word-break: break-all; }
+#deleted th:first-of-type {
+       width: 40px;
+}
 
-#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; }
+#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;
+}
 
-#admin-users #deleted th:first-of-type { width: 40px; }
+.adminpage td > .checkbox,
+.adminpage th > .checkbox {
+       margin: 0;
+}
+.adminpage td {
+       word-break: break-all;
+}
 
-#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; }
+.adminpage input[id=id_maximagesize]:valid {
+       background-color: palegreen;
+}
+
+.adminpage input[id=id_maximagesize]:invalid {
+       background-color: lightpink;
+}
\ No newline at end of file