RML Invoice Layout Tweaks
This commit is contained in:
@@ -30,10 +30,9 @@
|
||||
|
||||
<div style="margin-bottom: 16px;height: 1px"></div>
|
||||
<div style="color:grey;text-align: center;margin-bottom: 0">
|
||||
<span>XINON GmbH | Fladnitz 150 | 8322 Studenzen</span><br>
|
||||
<span>Tel.: +43 3115 40800 | E-Mail: office@xinon.at</span><br>
|
||||
<span>UID: ATU68711968 | FN: 416556h | LG: Feldbach</span><br>
|
||||
<span>IBAN: {{ bank_iban }} | BIC: {{ bank_bic }}</span><br>
|
||||
<span>RML Infrastruktur GmbH | Wirtschaftspark A | 8940 Liezen</span><br>
|
||||
<span>E-Mail: office@rmlinfrastruktur.at | IBAN: {{ bank_iban }}</span><br>
|
||||
<span>UID: ATU77557626 | FN: 568443x | Gerichtsstand Liezen</span><br>
|
||||
</div>
|
||||
|
||||
<div style="text-align: right">Seite <span class="page"></span> von <span class="topage"></span></div>
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
body {
|
||||
position: absolute;
|
||||
top: 360px;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding-top: 0;
|
||||
@@ -34,10 +37,14 @@
|
||||
|
||||
.invoice-details th {
|
||||
text-align: right;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.invoice-details td {
|
||||
text-align: left;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
@@ -47,7 +54,7 @@
|
||||
}
|
||||
|
||||
#topSpacer {
|
||||
margin-bottom: 32px;
|
||||
margin-bottom: 32px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
@@ -57,7 +64,7 @@
|
||||
|
||||
<div id="topSpacer"></div>
|
||||
|
||||
<table style="width: 100%; margin-bottom: 36px;">
|
||||
<table style="width: 100%; margin-bottom: 64px;">
|
||||
<tr>
|
||||
<td style="padding-left: 30pt; width: 60%; font-size: 14px; padding-top: 52px;">
|
||||
<strong>RML Infrastruktur GmbH</strong><br />
|
||||
|
||||
Reference in New Issue
Block a user