Browse Source

DIV-872

pull/160/head
Justin Johnson 7 years ago
parent
commit
c3d3a225e6
7 changed files with 20 additions and 11 deletions
  1. +10
    -0
      edivorce/apps/core/static/css/weasyprint.css
  2. +2
    -2
      edivorce/apps/core/templates/pdf/form1.html
  3. +2
    -2
      edivorce/apps/core/templates/pdf/form35.html
  4. +2
    -2
      edivorce/apps/core/templates/pdf/form36.html
  5. +1
    -1
      edivorce/apps/core/templates/pdf/form37.html
  6. +1
    -2
      edivorce/apps/core/templates/pdf/form38.html
  7. +2
    -2
      edivorce/apps/core/templates/pdf/form52.html

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

@ -24,6 +24,14 @@
}
}
small.bottom {
display: block;
position: fixed;
bottom: -0.25in;
border-top: solid 1px black;
width: 100%;
}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3 {
@ -296,3 +304,5 @@ ol.force-break-last > li:last-child {
.checkbox-list p {
margin-bottom: 3px;
}

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

@ -750,8 +750,7 @@
</tr>
</tbody>
</table>
<hr>
<p><small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small></p>
<p class="text-center">
<em> 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. </em>
</p>
@ -839,6 +838,7 @@
</tbody>
</table>
<small class="bottom">Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>


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

@ -148,8 +148,8 @@
</tr>
</tbody>
</table>
<hr />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
<small class="bottom">Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>


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

@ -67,8 +67,8 @@
</tr>
</tbody>
</table>
<hr style="margin-top: 5in;" />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
<small class="bottom">Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>


+ 1
- 1
edivorce/apps/core/templates/pdf/form37.html View File

@ -342,7 +342,7 @@
{% include 'pdf/partials/fact_sheet_e.html' %}
{% include 'pdf/partials/fact_sheet_f.html' %}
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
<small class="bottom">Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>


+ 1
- 2
edivorce/apps/core/templates/pdf/form38.html View File

@ -247,8 +247,7 @@
{% include 'pdf/partials/notary_signature.html' with name=responses.name_spouse %}
{% endif %}
<hr />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
<small class="bottom">Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>


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

@ -200,8 +200,8 @@
</tr>
</tbody>
</table>
<hr>
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
<small class="bottom">Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</div>
</body>


Loading…
Cancel
Save