Feature #2: Improve Warranty Logging

Warranty job UI changes to make consistent with plans for Repair Logging
This commit is contained in:
Gary Sharp
2014-07-08 16:47:13 +10:00
parent 67a624d5b5
commit 5ba9fde10f
13 changed files with 933 additions and 537 deletions
+16
View File
@@ -605,6 +605,22 @@
#jobComponents tr .totalCost {
font-weight: bold;
}
#jobWarrantyDetails {
border: solid 1px #d8d8d8;
border-collapse: collapse;
}
#jobWarrantyDetails td {
border: solid 1px #d8d8d8;
background-color: #ffffff;
}
#jobWarrantyDetails th {
background-color: #eeeeee;
border: solid 1px #d8d8d8;
}
#jobWarrantyDetails tr th {
width: 200px;
text-align: right;
}
#jobNonWarrantyFinance {
border: solid 1px #d8d8d8;
border-collapse: collapse;