Browse Source

DIV-706

pull/160/head
Justin Johnson 7 years ago
parent
commit
36616d1643
2 changed files with 12 additions and 7 deletions
  1. +5
    -0
      edivorce/apps/core/static/css/weasyprint.css
  2. +7
    -7
      edivorce/apps/core/templates/pdf/form1.html

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

@ -91,12 +91,17 @@ i.fa {
table-layout: fixed;
}
.table-fixed tr {
page-break-inside: avoid;
}
.table-fixed th {
text-align: center;
}
.table-fixed td {
text-align: left;
page-break-inside: avoid;
}
.sig-table td.underline {


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

@ -103,7 +103,7 @@
</tbody>
</table>
<h3>2. Divorce</h3>
<h3 class="force-break">2. Divorce</h3>
<table class="table table-bordered">
<tbody>
<tr>
@ -412,8 +412,8 @@
</tbody>
</table>
<h3>4. Orders asked for in relation to children</h3>
<table class="table table-bordered">
<h3 class="force-break">4. Orders asked for in relation to children</h3>
<table class="table table-bordered table-fixed">
<tbody>
<tr>
<td colname="c2">
@ -470,8 +470,8 @@
</tbody>
</table>
<h3>5. Spousal support</h3>
<table class="table table-bordered">
<h3 class="force-break">5. Spousal support</h3>
<table class="table table-bordered table-fixed">
<tbody>
<tr>
<td colname="c2">
@ -508,7 +508,7 @@
</table>
<h3>6. Property and debt</h3>
<table class="table table-bordered">
<table class="table table-bordered table-fixed">
<tbody>
<tr>
<td>
@ -562,7 +562,7 @@
</table>
<h3>7. Other</h3>
<table class="table table-bordered">
<table class="table table-bordered table-fixed">
<tbody>
<tr>
{% check_list source=responses.want_which_orders value='Other orders' as order_wanted %}


Loading…
Cancel
Save