Add margin below detailed logs

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-08-03 13:30:36 +02:00
parent 2fb6799ad6
commit 49cbd8cd95
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}