FIX_OFFLINE_INVOICE_PAGE SIZE
This commit is contained in:
parent
1c0adaf459
commit
7356052001
@ -10,7 +10,7 @@
|
|||||||
/* Apply font family and size */
|
/* Apply font family and size */
|
||||||
body {
|
body {
|
||||||
font-family: 'Times New Roman', Times, serif;
|
font-family: 'Times New Roman', Times, serif;
|
||||||
font-size: 8pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#pdfPreviewModal .modal-dialog {
|
#pdfPreviewModal .modal-dialog {
|
||||||
@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
.table-responsive{
|
.table-responsive{
|
||||||
font-family: 'Apple System', 'BlinkMacSystemFont', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
font-family: 'Apple System', 'BlinkMacSystemFont', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
#printPdfButton .ri-printer-line {
|
#printPdfButton .ri-printer-line {
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
@ -35,6 +35,7 @@
|
|||||||
.modal-body {
|
.modal-body {
|
||||||
font-size: 1.3em !important;
|
font-size: 1.3em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<!-- /* CSS for modal content */
|
<!-- /* CSS for modal content */
|
||||||
#pdfPreviewModal .modal-body {
|
#pdfPreviewModal .modal-body {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user