web: Increase height and padding of zuul-job-result

This provides a neat effect on the progress bars and centers the
"failed" or "success" text better within the labels.

Change-Id: I8607ec2578d7e5e3a2d97bf0fbb30f0c16a54c26
This commit is contained in:
David Moreau Simard 2018-10-16 09:59:48 -04:00
parent 330d40e4c1
commit d09b60f4dd
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,9 @@ a.refresh {
.zuul-job-result {
float: right;
width: 70px;
height: 15px;
height: 20px;
margin: 2px 0 0 0;
padding: 4px;
}
.zuul-change-total-result {