mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix invoice and estimate page-break margin
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
hr {
|
||||
color:rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
top: 140px;
|
||||
top: 80px;
|
||||
left: 0px;
|
||||
right: -70px;
|
||||
width: 100%;
|
||||
@ -37,9 +37,7 @@
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
|
||||
|
||||
top: -60px;
|
||||
}
|
||||
.header-logo {
|
||||
position: absolute;
|
||||
@ -77,10 +75,14 @@
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
@page {
|
||||
margin-top: 60px !important;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display: block;
|
||||
padding-top: 110px;
|
||||
padding-bottom: 60px;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.address {
|
||||
@ -379,6 +381,7 @@
|
||||
margin-left: 30px;
|
||||
width: 442px;
|
||||
text-align: left;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.notes-label {
|
||||
@ -416,7 +419,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<hr>
|
||||
<hr style="border: 0.620315px solid #E8E8E8;">
|
||||
<div class="wrapper">
|
||||
<div class="address">
|
||||
<div class="bill-add">
|
||||
|
||||
Reference in New Issue
Block a user