Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-06 17:27:21 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-06 17:27:21 +0300
commitdb02edd7c8aebace8b32d358d9c7302f4e3732f1 (patch)
tree17dd6d430c4e8f5df943f551a27e63cf1da63565 /settings/css
parentd11f040720b2142bc158d6cd3db63bb977bf937a (diff)
adjust list of errors, more compact and readable
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index f7da029d7e4..e2349e9dd68 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -339,6 +339,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
background-position: left center;
}
-#postsetupchecks .hint, #postsetupchecks .setupwarning {
+#postsetupchecks .hint {
margin-top: 15px;
}
+
+#postsetupchecks .setupwarning {
+ list-style: initial;
+ font-weight: normal;
+ margin-top: 5px;
+}