Hide hidden jobsets for project admins by default

This unclutters project pages.

Fixes #390.
This commit is contained in:
Eelco Dolstra
2016-10-31 11:40:36 +01:00
parent 3c8f00c76f
commit a2be29377e
5 changed files with 34 additions and 4 deletions
+4
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;