summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2014-04-01 13:24:51 +1100
committerJoshua Hesketh <josh@nitrotech.org>2014-04-22 13:04:46 +1000
commit1751e4f5bc6640a5490d765cc473d162a4e40464 (patch)
tree852c01ed5e2b009acac896ebec7b89cd35004690
parent9e6ce5394aeb0910ecb7473dd9656df9df328c81 (diff)
downloadzuul-1751e4f5bc6640a5490d765cc473d162a4e40464.tar.gz
Adjust change headings on status page
Reduce the padding to fit more changes on the page and clear up the layout. Change-Id: I15714bb96b4ecd0ea2e40c86ca9ac32720548364
-rw-r--r--etc/status/public_html/app.js2
-rw-r--r--etc/status/public_html/index.html4
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/status/public_html/app.js b/etc/status/public_html/app.js
index 9648f03d9..1df9c49ee 100644
--- a/etc/status/public_html/app.js
+++ b/etc/status/public_html/app.js
@@ -331,7 +331,7 @@
var $left = $('<div />')
.addClass('col-xs-8')
- .append($project_span, $('<br />'), $change_progress_row);
+ .append($project_span, $change_progress_row);
var remaining_time = zuul.format.time(
change.remaining_time, true);
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index 21d416f9f..aac5024ec 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -74,6 +74,10 @@ under the License.
font-size: smaller;
}
+ .zuul-patchset-header {
+ font-size: small;
+ padding: 8px 12px;
+ }
</style>
</head>
<body>