forked from momo/invoiceplane-template
Improve padding
This commit is contained in:
parent
9884f5d017
commit
71d01e2f53
7
b12f.php
7
b12f.php
|
@ -81,7 +81,12 @@ table.item-table {
|
||||||
width: 5mm;
|
width: 5mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invoice-meta {
|
||||||
|
margin-top: 5mm;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
margin-top: 5mm;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -222,7 +227,7 @@ footer .notes {
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p class="invoice-meta">
|
||||||
Rechnungsnummer: <?php echo $invoice->invoice_number; ?><br />
|
Rechnungsnummer: <?php echo $invoice->invoice_number; ?><br />
|
||||||
<?php if ($custom_fields['invoice']['Leistungszeitraum-Anfang'] && $custom_fields['invoice']['Leistungszeitraum-Ende']): ?>
|
<?php if ($custom_fields['invoice']['Leistungszeitraum-Anfang'] && $custom_fields['invoice']['Leistungszeitraum-Ende']): ?>
|
||||||
Leistungszeitraum:
|
Leistungszeitraum:
|
||||||
|
|
Loading…
Reference in a new issue