Status: Use vertical-align for progress bar instead of margin

This way the progress bar is always aligned with the change id
on the left. Right now this renders exactly the same, but it
seems easier to maintain.

Change-Id: I73c0bf59f9243eb4194f5235275dd68eedb4b404
This commit is contained in:
Timo Tijhof 2015-04-02 03:01:57 +01:00
parent c051e5970b
commit 63f375dbf6
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@
.zuul-change-total-result {
height: 10px;
width: 100px;
margin: 5px 0 0 0;
margin: 0;
display: inline-block;
vertical-align: middle;
}
.zuul-spinner,