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