Hide hidden jobsets for project admins by default

This unclutters project pages.

Fixes #390.
This commit is contained in:
Eelco Dolstra
2016-10-27 16:46:20 +02:00
parent 3c8f00c76f
commit a2be29377e
5 changed files with 34 additions and 4 deletions

View File

@ -47,6 +47,10 @@ span.hidden-project a, span.hidden-jobset a {
color: gray;
}
tr.hidden-jobset {
display: none;
}
table.info-table th {
padding-right: 1.0em;
padding-bottom: 0.2em;