diff --git a/modules/openstack_project/files/zuul/status.html b/modules/openstack_project/files/zuul/status.html
index d1c13ceec6..8f5c4597af 100644
--- a/modules/openstack_project/files/zuul/status.html
+++ b/modules/openstack_project/files/zuul/status.html
@@ -41,6 +41,9 @@
font-size: 16pt;
line-height: 1.0;
}
+.result {
+ float: right;
+}
.result_success {
color: #007f00;
}
@@ -64,6 +67,12 @@ a:link {
font-size: 12pt;
margin: 0pt;
}
+.change_progress {
+ width: 5em;
+ float: right;
+ /* because other wise this floats up off the line */
+ margin-top: 0.25em;
+}
@@ -79,24 +88,24 @@ a:link {
src="http://status.openstack.org/common.js">
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/modules/openstack_project/files/zuul/status.js b/modules/openstack_project/files/zuul/status.js
index 3d69ee9c1b..20d4680915 100644
--- a/modules/openstack_project/files/zuul/status.js
+++ b/modules/openstack_project/files/zuul/status.js
@@ -46,7 +46,7 @@ function format_progress(elapsed, remaining) {
} else {
total = null;
}
- r = '';
@@ -137,7 +137,7 @@ function format_change(change) {
if (job['result'] == null && job['url'] != null) {
html += format_progress(job['elapsed_time'], job['remaining_time']);
} else {
- html += ''+result+'';
+ html += ''+result+'';
}
if (job['voting'] == false) {