Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Bug 1077635 - Improve readability of platform job rows
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon committed Oct 6, 2014
1 parent 08b8590 commit 46ebf23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions webapp/app/css/treeherder.css
Expand Up @@ -287,6 +287,7 @@ th-watched-repo {
width: 14.5em;
min-width: 14.5em;
overflow: hidden;
vertical-align: top;
}

.job-row {
Expand Down Expand Up @@ -360,6 +361,14 @@ th-watched-repo {
padding-right: 0;
}

.job-list-pad-left table tr {
border-bottom: 1px dotted lightgrey;
}

.job-list-pad-left table tr:nth-child(even) {
background: #f8f8f8;
}

.result-set .job-list-nopad {
padding-left: 0;
padding-right: 0;
Expand Down

0 comments on commit 46ebf23

Please sign in to comment.