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
+14 -8
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 {
@@ -113,9 +116,6 @@
#Device_Show #Device_Show_Subjects > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
#Device_Show #Device_Show_Subjects .dialog {
display: none;
}
#Device_Show #Device_Show_Subjects #Device_Show_Details table.verticalHeadings > tbody > tr > td:first-child {
width: 104px;
font-weight: bold;
@@ -239,7 +239,10 @@
border: solid 1px #f4f4f4;
}
#DeviceDetailTab-DetailsContainer > table > tbody > tr:hover > td {
background-color: #f4f4f4;
background-color: #fefefe;
}
#DeviceDetailTab-DetailsContainer > table > tbody > tr:hover:nth-child(odd) > td {
background-color: #fafafa;
}
#DeviceDetailTab-DetailsContainer > table > tfoot > tr > th,
#DeviceDetailTab-DetailsContainer > table > tfoot > tr > td {
@@ -326,7 +329,7 @@
padding: 3px;
}
#deviceShowResources #Attachments div.attachmentInput span.action {
color: #515151;
color: #333333;
display: block;
margin: 0 4px 0 0;
font-size: 1.5em;
@@ -395,7 +398,10 @@
border: solid 1px #f4f4f4;
}
#deviceImportReview #devices > tbody > tr:hover > td {
background-color: #f4f4f4;
background-color: #fefefe;
}
#deviceImportReview #devices > tbody > tr:hover:nth-child(odd) > td {
background-color: #fafafa;
}
#deviceImportReview #devices > tfoot > tr > th,
#deviceImportReview #devices > tfoot > tr > td {