Browse Source

DIV-523: Shorter spaces for one field and applying changes to form 38 we

pull/160/head
Benard Ebinu 8 years ago
parent
commit
ca07cb72f5
3 changed files with 8 additions and 3 deletions
  1. +5
    -0
      edivorce/apps/core/static/css/weasyprint.css
  2. +1
    -1
      edivorce/apps/core/templates/pdf/form38.html
  3. +2
    -2
      edivorce/apps/core/templates/pdf/form38_we.html

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

@ -57,6 +57,11 @@ i.fa {
min-width: 200px;
}
.form-entry-sm {
display: inline-block;
min-width: 50px;
}
.form-underline {
border-bottom:1px solid #000000;
}


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

@ -35,7 +35,7 @@
</p>
<p class="text-right">
This is the <span class="form-entry not-complete form-underline"></span> affidavit
This is the <span class="form-entry-sm not-complete form-underline"></span> affidavit
</p>
<p class="text-right">


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

@ -26,7 +26,7 @@
<h1 class="text-center">Form F38 <br>(Rule 10-10 (2))</h1>
<p class="text-right">
Court File No.: <span class="form-entry not-complete">&nbsp;</span>
Court File No.: <span class="form-entry not-complete form-underline">&nbsp;</span>
</p>
<p class="text-right">
@ -34,7 +34,7 @@
</p>
<p class="text-right">
This is the <span class="form-entry not-complete"></span> affidavit
This is the <span class="form-entry-sm not-complete form-underline"></span> affidavit
</p>
<p class="text-right">


Loading…
Cancel
Save