Latest UI changs. First iteration on Jobs page.

This commit is contained in:
chouseknecht
2013-05-19 15:05:03 -04:00
parent 14bc3c02f8
commit f409db7778
21 changed files with 229 additions and 48 deletions

View File

@@ -248,4 +248,23 @@
.well {
padding-bottom: 0;
}
}
/* Jobs page */
.jobs-table tbody tr:hover > td,
.jobs-table tbody tr:hover > th {
background-color: #fff;
}
.job-error, .job-failure {
color: #da4f49;
}
.job-new {
color: #778899;
}
.job-pending, .job-running {
color: #5bb75b;
}