Feature #2: Improve Warranty Logging
Warranty job UI changes to make consistent with plans for Repair Logging
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -645,6 +645,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
#jobWarrantyDetails {
|
||||
.tableDataDark;
|
||||
|
||||
tr {
|
||||
th {
|
||||
width: 200px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#jobNonWarrantyFinance {
|
||||
.tableDataDark;
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user