diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-08-03 13:30:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-08-03 13:30:36 +0200 |
commit | 49cbd8cd9507992c40e9acbb732721bcb72f1cba (patch) | |
tree | dd324d6a84b403813556058ebf9ef43bb059aed4 | |
parent | 2fb6799ad6159f434c594260c8f90acc906d0d75 (diff) | |
download | nextcloud-server-49cbd8cd9507992c40e9acbb732721bcb72f1cba.tar.gz nextcloud-server-49cbd8cd9507992c40e9acbb732721bcb72f1cba.zip |
Add margin below detailed logs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | core/css/guest.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index ca7676c00ff..512fd6c9d40 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -620,9 +620,10 @@ p.info { } #update-progress-detailed { text-align: left; + margin-bottom: 12px; } .update-show-detailed { - padding: 13px; + padding: 12px; display: block; opacity: .75; } |