Feature: Job Queues

Also UI style, theme and element changes
This commit is contained in:
Gary Sharp
2014-02-03 14:50:08 +11:00
parent bdb3e1e6b4
commit 3f63281dc4
212 changed files with 17334 additions and 5441 deletions
+5 -2
View File
@@ -15,7 +15,10 @@
border: solid 1px #f4f4f4;
}
.tableData > tbody > tr:hover > td {
background-color: #f4f4f4;
background-color: #fefefe;
}
.tableData > tbody > tr:hover:nth-child(odd) > td {
background-color: #fafafa;
}
.tableData > tfoot > tr > th,
.tableData > tfoot > tr > td {
@@ -30,7 +33,7 @@
background-color: #ffffff;
}
.tableDataDark th {
background-color: #d8d8d8;
background-color: #eeeeee;
border: solid 1px #d8d8d8;
}
.tableDataContainer {