From 00e7480412534feeed3e8596b22cde38b0f6d975 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Tue, 24 Sep 2019 17:31:02 -0700 Subject: [PATCH] DIV-957: Updated F52 claimant name style to fit more text. --- edivorce/apps/core/static/css/weasyprint.css | 7 ++++--- edivorce/apps/core/templates/pdf/form52.html | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/edivorce/apps/core/static/css/weasyprint.css b/edivorce/apps/core/static/css/weasyprint.css index ae6964e9..df693ea9 100644 --- a/edivorce/apps/core/static/css/weasyprint.css +++ b/edivorce/apps/core/static/css/weasyprint.css @@ -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 { diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html index 8df6f339..62d1a784 100644 --- a/edivorce/apps/core/templates/pdf/form52.html +++ b/edivorce/apps/core/templates/pdf/form52.html @@ -37,10 +37,12 @@ In the Supreme Court of British Columbia

- 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' %} + 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' %}

- 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' %} + 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' %}

FINAL ORDER