signature invoice
This commit is contained in:
parent
5a73d63a76
commit
e8ebc24d61
|
@ -49,9 +49,16 @@ width:75%;
|
|||
}
|
||||
|
||||
.signatureImage {
|
||||
float:right;
|
||||
float:right;
|
||||
margin-bottom:2px;
|
||||
}
|
||||
|
||||
.belowSign {
|
||||
text-align:right;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
|
||||
/*#clientAddress {
|
||||
float:left;
|
||||
}
|
||||
|
@ -144,8 +151,9 @@ width:75%;
|
|||
<br>
|
||||
<br>
|
||||
<img src="/static/images/x/{{sign_image}}" class="signatureImage" />
|
||||
<p style="text-align:right;"><strong>{{ company_name }}</strong></p>
|
||||
|
||||
|
||||
<p class="belowSign"><strong>{{ company_name }}</strong></p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user