Plain: #statement-invoice-table-details, #statement-payment-table-totals

This commit is contained in:
Benjamin Beganović 2021-08-24 15:34:40 +02:00
parent a730900a09
commit 6de3637501

View File

@ -216,6 +216,13 @@
padding-right: 7px;
}
#statement-invoice-table-totals,
#statement-payment-table-totals {
margin-top: 1rem;
text-align: right;
margin-right: .75rem;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/
@ -273,10 +280,13 @@
<table id="delivery-note-table" cellspacing="0"></table>
<table id="statement-invoice-table" cellspacing="0"></table>
<div id="statement-invoice-table-totals"></div>
<table id="statement-payment-table" cellspacing="0"></table>
<div id="statement-payment-table-totals"></div>
<table id="statement-aging-table" cellspacing="0"></table>
<div id="statement-aging-table-totals"></div>
<div id="table-totals" cellspacing="0"></div>
</div>