diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-03-31 14:27:01 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-04 12:34:18 +0200 |
commit | 1f7e02e4d4fa918d933b904abf12fca6fda2c526 (patch) | |
tree | f249b787f90207d0bc5bb37082954e6c03a136f5 /core/css | |
parent | 15339efd60ebcb4b140fc0e27f66ed9541f9d77f (diff) | |
download | nextcloud-server-1f7e02e4d4fa918d933b904abf12fca6fda2c526.tar.gz nextcloud-server-1f7e02e4d4fa918d933b904abf12fca6fda2c526.zip |
Add detailed logs hidden and show them on request
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/update.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/core/css/update.css b/core/css/update.css index 34b78a4fa98..b1e086af3fd 100644 --- a/core/css/update.css +++ b/core/css/update.css @@ -6,4 +6,21 @@ #update-progress-message { margin-bottom: 10px; +} + +.update-show-detailed { + padding: 13px; + display: block; +} + +#body-login .update a.update-show-detailed { + border-bottom: inherit; +} + +#update-progress-detailed { + text-align: left; +} + +#body-login .warning.hidden { + display: none; }
\ No newline at end of file |