summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 95fab85df97..581904591d0 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -165,7 +165,7 @@ table.grid td.date{
}
/* ADMIN */
-span.securitywarning, span.connectionwarning {
+span.securitywarning, span.connectionwarning, .setupwarning {
color:#C33;
font-weight:bold;
}
@@ -256,3 +256,15 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
border: 0;
overflow: auto;
}
+
+#postsetupchecks .loading {
+ height: 50px;
+}
+
+#postsetupchecks.section .loading {
+ background-position: left center;
+}
+
+#postsetupchecks .hint, #postsetupchecks .setupwarning {
+ margin-top: 15px;
+}