Browse Source

Merge pull request #109 from bcgov/DIV-1150

DIV-1150 - Updates to signature lines
pull/170/head
Michael Olund 5 years ago
committed by GitHub
parent
commit
9e3a6317cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions
  1. +3
    -0
      edivorce/apps/core/static/css/weasyprint.css
  2. +4
    -6
      edivorce/apps/core/templates/pdf/form52.html

+ 3
- 0
edivorce/apps/core/static/css/weasyprint.css View File

@ -134,6 +134,9 @@ i.fa {
.sig-table .sig-line-text {
font-size: 0.88em;
}
.sig-table .sig-line-text p.small-margin {
margin-bottom: 4px;
}
.sig-table .sig-col1 {
width: 0.5in;
}


+ 4
- 6
edivorce/apps/core/templates/pdf/form52.html View File

@ -165,18 +165,16 @@
</tr>
<tr>
<td class="sig-col4 sig-line-text">
<p>Signature of</p>
<p class="small-margin">Signature of Claimant 1</p>
<p>
<span class="fake-checkbox"></span> Claimant 1
<span class="fake-checkbox"></span> lawyer for Claimant 1
<strong>{% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you %}</strong>
</p>
</td>
<td class="sig-col1">&nbsp;</td>
<td class="sig-col4 sig-line-text">
<p>Signature of</p>
<p class="small-margin">Signature of Claimant 2</p>
<p>
<span class="fake-checkbox"></span> Claimant 2
<span class="fake-checkbox"></span> lawyer for Claimant 2
<strong>{% include "partials/name_with_alias.html" with name=responses.name_spouse use_other_name=responses.any_other_name_spouse other_names=responses.other_name_spouse %}</strong>
</p>
</td>
</tr>


Loading…
Cancel
Save