Browse Source

DIV-523: Adding underscore to fields in F38 that the user should manually fill in

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

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

@ -57,6 +57,10 @@ i.fa {
min-width: 200px;
}
.form-underline {
border-bottom:1px solid #000000;
}
.form-textarea {
display: block;
border: solid 1px #000000;


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

@ -27,7 +27,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"></span>
</p>
<p class="text-right">
@ -35,7 +35,7 @@
</p>
<p class="text-right">
This is the <span class="form-entry not-complete"></span> affidavit
This is the <span class="form-entry not-complete form-underline"></span> affidavit
</p>
<p class="text-right">
@ -43,7 +43,7 @@
</p>
<p class="text-right">
and was made on <span class="form-entry not-complete"></span>
and was made on <span class="form-entry not-complete form-underline"></span>
</p>
<p class="text-center">


Loading…
Cancel
Save