added front end stuff for consolidated vehicle maintenance record.
This commit is contained in:
@@ -37,6 +37,12 @@ html {
|
||||
}
|
||||
|
||||
@media print {
|
||||
.hideOnPrint {
|
||||
display:none;
|
||||
}
|
||||
.showOnPrint{
|
||||
display:block !important;
|
||||
}
|
||||
.vehicleDetailTabContainer {
|
||||
background-color: #fff;
|
||||
height: 100%;
|
||||
@@ -50,9 +56,16 @@ html {
|
||||
color: #000 !important;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
ul {
|
||||
border: 0px !important;
|
||||
}
|
||||
li {
|
||||
color: #000 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
td {
|
||||
color: #000 !important;
|
||||
border: hidden;
|
||||
}
|
||||
|
||||
td.col-1 {
|
||||
@@ -66,6 +79,10 @@ html {
|
||||
th {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
tr{
|
||||
border: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.chartContainer {
|
||||
|
||||
Reference in New Issue
Block a user