From 63f375dbf664cdaef3e62289a661a03b1890e019 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 2 Apr 2015 03:01:57 +0100 Subject: [PATCH] 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 --- etc/status/public_html/styles/zuul.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/status/public_html/styles/zuul.css b/etc/status/public_html/styles/zuul.css index e833f4b794..44fd7377e4 100644 --- a/etc/status/public_html/styles/zuul.css +++ b/etc/status/public_html/styles/zuul.css @@ -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,