From 393d9aae74862e14e80223e44880f4f706c88d6f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 4 Jun 2018 16:20:01 +0200 Subject: Add a hint that some indexes are not added yet * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke --- settings/css/settings.scss | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'settings/css/settings.scss') diff --git a/settings/css/settings.scss b/settings/css/settings.scss index b200a4932cb..6adac7704cd 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1038,12 +1038,6 @@ table.grid td.date { margin-top: 20px; } -#security-warning li { - list-style: initial; - margin: 10px 0; - list-style-position: inside; -} - #security-warning-state span { padding-left: 25px; background-position: 5px center; @@ -1198,6 +1192,18 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } #postsetupchecks { + ul { + margin-left: 44px; + list-style: disc; + + li { + margin: 10px 0; + } + + ul { + list-style: circle; + } + } .loading { height: 50px; background-position: left center; @@ -1208,6 +1214,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { .warnings, .warnings a { color: $color-warning; } + + .hint { + margin: 20px 0; + } } #security-warning > ul { -- cgit v1.2.3