diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-04 12:48:25 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-04 12:48:25 +0200 |
commit | 835dc59d6aca0ab372383184d2a8ebc7e72f67b0 (patch) | |
tree | 39fd96b3c98d29844f5378e7bc6b322d934c51a5 /core/css/update.css | |
parent | 2f9725469d2984851cc441a7c3b8abb525d26390 (diff) | |
download | nextcloud-server-835dc59d6aca0ab372383184d2a8ebc7e72f67b0.tar.gz nextcloud-server-835dc59d6aca0ab372383184d2a8ebc7e72f67b0.zip |
reduce info on update screens, introduce button to refresh
Diffstat (limited to 'core/css/update.css')
-rw-r--r-- | core/css/update.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/update.css b/core/css/update.css index 0c42449b07f..12cda3d5bbd 100644 --- a/core/css/update.css +++ b/core/css/update.css @@ -7,6 +7,7 @@ #update-progress-message-error, #update-progress-message-warnings { font-weight: 600; + margin-bottom: 10px; } #update-progress-message { @@ -16,6 +17,7 @@ .update-show-detailed { padding: 13px; display: block; + opacity: .75; } #body-login .update a.update-show-detailed { |