summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-06-04 16:20:01 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-06-06 16:55:01 +0200
commit393d9aae74862e14e80223e44880f4f706c88d6f (patch)
tree37e2db4534c2c5f3f29672228e88543d1895c74f /settings/css
parentf13c2b20b6fa2048b30687aa3a85e706b70f2500 (diff)
downloadnextcloud-server-393d9aae74862e14e80223e44880f4f706c88d6f.tar.gz
nextcloud-server-393d9aae74862e14e80223e44880f4f706c88d6f.zip
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 <hey@morrisjobke.de>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss22
1 files changed, 16 insertions, 6 deletions
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 {