Adjust change headings on status page

Reduce the padding to fit more changes on the page and clear up the
layout.

Change-Id: I15714bb96b4ecd0ea2e40c86ca9ac32720548364
This commit is contained in:
Joshua Hesketh 2014-04-01 13:24:51 +11:00
parent 9e6ce5394a
commit 1751e4f5bc
2 changed files with 5 additions and 1 deletions

View File

@ -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);

View File

@ -74,6 +74,10 @@ under the License.
font-size: smaller;
}
.zuul-patchset-header {
font-size: small;
padding: 8px 12px;
}
</style>
</head>
<body>