float Image
This commit is contained in:
parent
82a1d3a9c9
commit
5a73d63a76
|
@ -48,6 +48,9 @@ td {
|
||||||
width:75%;
|
width:75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signatureImage {
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
|
||||||
/*#clientAddress {
|
/*#clientAddress {
|
||||||
float:left;
|
float:left;
|
||||||
|
@ -140,7 +143,7 @@ width:75%;
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<img src="/static/images/x/{{sign_image}}" />
|
<img src="/static/images/x/{{sign_image}}" class="signatureImage" />
|
||||||
<p style="text-align:right;"><strong>{{ company_name }}</strong></p>
|
<p style="text-align:right;"><strong>{{ company_name }}</strong></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user