CSS/JS updates, initial page rendering

This commit is contained in:
Deon George
2020-08-22 22:26:06 +10:00
parent 4c90ce11f2
commit f8717480fd
14 changed files with 164 additions and 60278 deletions

30
public/css/print.css vendored
View File

@@ -1,19 +1,19 @@
@media print {
body {
color: #333;
font-weight: 400;
font-size: 12px;
}
body {
color: #333;
font-weight: 400;
font-size: 0.85em;
}
label {
font-weight: bold;
}
label {
font-weight: bold;
}
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
.table-responsive {
overflow: visible !important;
}
}
.table-responsive {
overflow: visible !important;
}
}