summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-23 14:27:57 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-24 15:21:49 +0100
commit6d384e5f7c7ddc60c8bf73898b1ee4c88f6eeaab (patch)
treef2ab35ce3f535ba0ddfc1af2ac9ce918bc9d1a80 /settings/css
parent965d97a8f582984c2d2454d7c62faa2086ac677c (diff)
downloadnextcloud-server-6d384e5f7c7ddc60c8bf73898b1ee4c88f6eeaab.tar.gz
nextcloud-server-6d384e5f7c7ddc60c8bf73898b1ee4c88f6eeaab.zip
consolidate all admin warnings and notices into one section
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css13
1 files changed, 4 insertions, 9 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 24f7791bae4..e400fc2ab48 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -299,9 +299,10 @@ table.grid td.date{
}
/* ADMIN */
-span.securitywarning, span.connectionwarning, .setupwarning {
- color:#C33;
- font-weight:bold;
+#security-warning li {
+ list-style: initial;
+ margin: 10px 0;
+ color: #c33;
}
#shareAPI p { padding-bottom: 0.8em; }
#shareAPI input#shareapiExpireAfterNDays {width: 25px;}
@@ -403,12 +404,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
margin-top: 15px;
}
-#postsetupchecks .setupwarning {
- list-style: initial;
- font-weight: normal;
- margin-top: 5px;
-}
-
#admin-tips li {
list-style: initial;
}