diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 59ddeeab421c..ff6971bdac81 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -71,7 +71,8 @@ #product-table, #delivery-note-table, #task-table, - #statement-invoice-table { + #statement-invoice-table, + #statement-payment-table { min-width: 100%; table-layout: fixed; overflow-wrap: break-word; @@ -88,14 +89,16 @@ #product-table > thead, #delivery-note-table > thead, #task-table > thead, - #statement-invoice-table > thead { + #statement-invoice-table > thead, + #statement-payment-table > thead { text-align: left; } #product-table > thead > tr > th, #delivery-note-table > thead > tr > th, #task-table > thead > tr > th, - #statement-invoice-table > thead > tr > th { + #statement-invoice-table > thead > tr > th, + #statement-payment-table > thead > tr > th { padding: 1rem; background-color: #e6e6e6; } @@ -103,14 +106,16 @@ #product-table > thead > tr > th:last-child, #delivery-note-table > thead > tr > th:last-child, #task-table > thead > tr > th:last-child, - #statement-invoice-table > thead > tr > th:last-child { + #statement-invoice-table > thead > tr > th:last-child, + #statement-payment-table > thead > tr > th:last-child { text-align: right; } #product-table > tbody > tr > td, #delivery-note-table > tbody > tr > td, #task-table > tbody > tr > td, - #statement-invoice-table > tbody > tr > td { + #statement-invoice-table > tbody > tr > td, + #statement-payment-table > tbody > tr > td { border-bottom: 1px solid #e6e6e6; padding: 1rem; } @@ -118,7 +123,8 @@ #product-table > tbody > tr > td:last-child, #delivery-note-table > tbody > tr > td:last-child, #task-table > tbody > tr > td:last-child, - #statement-invoice-table > tbody > tr > td:last-child { + #statement-invoice-table > tbody > tr > td:last-child, + #statement-payment-table > tbody > tr > td:last-child { text-align: right; } @@ -188,7 +194,8 @@ #product-table h3, #task-table h3, #delivery-note-table, - #statement-invoice-table h3 { + #statement-invoice-table h3, + #statement-payment-table h3 { font-size: 1rem; margin-bottom: 0; } @@ -260,6 +267,8 @@
+
+