From 8ac8ae56cf596143351724c0e7ea0c749ce0ed87 Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Wed, 23 Sep 2020 17:42:11 -0700 Subject: [PATCH] DIV-1150 - Updates to signature lines --- edivorce/apps/core/static/css/weasyprint.css | 3 +++ edivorce/apps/core/templates/pdf/form52.html | 10 ++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/edivorce/apps/core/static/css/weasyprint.css b/edivorce/apps/core/static/css/weasyprint.css index df693ea9..e8f94e06 100644 --- a/edivorce/apps/core/static/css/weasyprint.css +++ b/edivorce/apps/core/static/css/weasyprint.css @@ -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; } diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html index 10833d6a..405ec1d6 100644 --- a/edivorce/apps/core/templates/pdf/form52.html +++ b/edivorce/apps/core/templates/pdf/form52.html @@ -165,18 +165,16 @@ -

Signature of

+

Signature of Claimant 1

- Claimant 1 - lawyer for 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 %}

  -

Signature of

+

Signature of Claimant 2

- Claimant 2 - lawyer for 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 %}