Browse Source

Merge pull request #52 from bcgov/DIV-957

DIV-957: Updated F52 claimant name style to fit more text.
pull/160/head
Charles Shin 6 years ago
committed by GitHub
parent
commit
2cf85f58d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions
  1. +4
    -3
      edivorce/apps/core/static/css/weasyprint.css
  2. +4
    -2
      edivorce/apps/core/templates/pdf/form52.html

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

@ -94,10 +94,11 @@ i.fa {
.form-entry_claimant {
text-align: center;
font-weight: bold;
font-size: 18px;
font-size: 15px;
display: block;
margin-bottom: 20px;
padding: 0 150px;
margin-bottom: 30px;
padding: 0 140px;
line-height: 18px;
}
.table-fixed {


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

@ -37,10 +37,12 @@
<em> In the Supreme Court of British Columbia </em>
</p>
<p style="max-height: 32px">
Claimant 1:{% 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 class_name='form-entry_claimant' %}
<span class="claimant-label">Claimant 1:</span>
{% 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 class_name='form-entry_claimant' %}
</p>
<p style="max-height: 32px">
Claimant 2:{% 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 class_name='form-entry_claimant' %}
<span class="claimant-label">Claimant 2:</span>
{% 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 class_name='form-entry_claimant' %}
</p>
<h2 class="text-center">
FINAL ORDER


Loading…
Cancel
Save