diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-25 09:34:13 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-25 09:34:13 +0100 |
commit | 04a4df50657aafaef03756474fde34da8bff74a8 (patch) | |
tree | 093bf1111cbce761b8efa494d9bce85dd08cd0bd /settings/css | |
parent | e188f0e4368ad1b34ecc35fcafa277f0e3946c01 (diff) | |
download | nextcloud-server-04a4df50657aafaef03756474fde34da8bff74a8.tar.gz nextcloud-server-04a4df50657aafaef03756474fde34da8bff74a8.zip |
only show connection checks results if there are errors, fix #11476
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index e400fc2ab48..814eb665428 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -394,16 +394,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { #postsetupchecks .loading { height: 50px; -} - -#postsetupchecks.section .loading { background-position: left center; } -#postsetupchecks .hint { - margin-top: 15px; -} - #admin-tips li { list-style: initial; } |