diff --git a/edivorce/apps/core/static/css/weasyprint.css b/edivorce/apps/core/static/css/weasyprint.css index bfb934d1..531796b9 100644 --- a/edivorce/apps/core/static/css/weasyprint.css +++ b/edivorce/apps/core/static/css/weasyprint.css @@ -43,7 +43,7 @@ h3 { hr { border-top: 1px solid #000000; - margin: 40px 0; + margin: 40px 0 0; } i.fa { @@ -79,12 +79,17 @@ i.fa { min-height: 200px; } +.claimant-label { + float: left; +} + .form-entry_claimant { text-align: center; font-weight: bold; font-size: 18px; display: block; - margin: -22px 90px 40px; + margin-bottom: 20px; + padding: 0 150px; } .table-fixed { @@ -104,6 +109,16 @@ i.fa { page-break-inside: avoid; } +.sig-table { + table-layout: fixed; + width: auto; + margin-top: 60px; + margin-bottom: 0; +} +.sig-table tbody tr td { + padding: 0; +} + .sig-table td.underline { border-bottom: 1px solid black; } @@ -111,18 +126,22 @@ i.fa { font-size: 0.88em; } .sig-table .sig-col1 { - max-width: 30px; + width: 0.5in; } .sig-table .sig-col2 { - width: 220px; - padding-left: 0; + width: 1.25in; } .sig-table .sig-col3 { - max-width: 10px; + width: 0.25in; } .sig-table .sig-col4 { - width: 350px; + width: 3.25in; + padding-left: 0; +} + +.sig-table .sig-col5 { + width: 2in; padding-left: 0; } @@ -260,3 +279,20 @@ ol.force-break-last > li:last-child { page-break-before: always; } +.fake-checkbox { + display: inline-block; + width: 18px; + height: 18px; + margin-right: 10px; + border: solid 2px black; + margin-bottom: -4px; +} + +.sig-line-text .fake-checkbox { + margin-left: 0.5em; + margin-right: 0.5em; +} + +.checkbox-list p { + margin-bottom: 3px; +} diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html index 4135329a..7661b148 100644 --- a/edivorce/apps/core/templates/pdf/form1.html +++ b/edivorce/apps/core/templates/pdf/form1.html @@ -700,7 +700,8 @@ Signature of
- Claimant 1 lawyer for Claimant 1 + Claimant 1 + lawyer for Claimant 1
@@ -724,17 +725,18 @@ Signature of- Claimant 2 lawyer for Claimant 2 + Claimant 2 + lawyer for Claimant 2
Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce
If in this family law case a claim is made under the Family Law Act and one or both of the parties is represented by a lawyer, each of the lawyers must complete a certificate in the following form.
-LAWYER'S CERTIFICATE ( Family Law Act , s. 8 (2))
@@ -819,7 +821,6 @@ - Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce -@@ -34,12 +34,20 @@ In the Supreme Court of British Columbia
- Claimant 1: {% if responses.name_you %} {% 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' %} - {% else %} {% endif %} + Claimant 1: +{% if responses.name_you %} + {% 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' %} +{% else %} + +{% endif %}
- Claimant 2: {% if responses.name_spouse %} {% 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' %} - {% else %} {% endif %} + Claimant 2: +{% if responses.name_spouse %} + {% 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' %} +{% else %} + +{% endif %}
- draft of the order sought; -
-- proof that the case is an undefended family law case; -
-- certificate of the registrar in Form F36; -
-- filing fee. -
-- proof of service of the notice of family claim or counterclaim, as the case may be. -
-- Child Support Affidavit in Form F37. -
-- affidavit in Form F38. -
++ draft of the order sought; +
++ proof that the case is an undefended family law case; +
++ certificate of the registrar in Form F36; +
++ filing fee. +
++ proof of service of the notice of family claim or counterclaim, as the case may be. +
++ Child Support Affidavit in Form F37. +
++ affidavit in Form F38. +
+| + | + | |||
| [dd/mmm/yyyy] |
- Signature of -filing party lawyer for filing party(ies) +Signature of ++ filing party + lawyer for filing party(ies) + |
- |||
| - | - | - | - | |
| - | - | [Print name] | +
+ [Print name] + |
| + | + | |||
| [dd/mmm/yyyy] |
- Signature of -filing party lawyer for filing party(ies) +Signature of ++ filing party + lawyer for filing party(ies) + |
- |||
| - | - | - | ||
| - | - | - | [Print name] | +
+ [Print name] + |
- -