Browse Source

Fix bottom margin on dashboard pages

pull/172/head
ariannedee 5 years ago
parent
commit
7cbdbc5f99
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -1
      edivorce/apps/core/static/css/main.scss
  3. +1
    -1
      edivorce/apps/core/templates/dashboard/final_filing.html
  4. +2
    -2
      edivorce/apps/core/templates/dashboard/next_steps.html

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 1
- 1
edivorce/apps/core/static/css/main.scss View File

@ -1570,7 +1570,7 @@ textarea {
.question-well {
margin-top: 15px;
margin-bottom: 30px;
padding-bottom: 0;
padding-bottom: 10px;
h3 {
font-size: 24px;
}


+ 1
- 1
edivorce/apps/core/templates/dashboard/final_filing.html View File

@ -41,7 +41,7 @@
<p class="no-margin-bottom">
You can view the following items at any time:
</p>
<ul class="no-margin-bottom">
<ul>
<li><a href="{{ final_filing_receipt_link }}" target="_blank">Your eFiling Receipt</a> on the CSO eFiling Hub</li>
<li>The <a href="{{ final_filing_package_link }}" target="_blank">complete package of all documents</a>
you have filed at the CSO eFiling Hub


+ 2
- 2
edivorce/apps/core/templates/dashboard/next_steps.html View File

@ -55,7 +55,7 @@
<p class="no-margin-bottom">
You can view the following items at any time:
</p>
<ul class="no-margin-bottom">
<ul>
<li><a href="{{ final_filing_receipt_link }}" target="_blank">Your eFiling Receipt</a> on the CSO eFiling Hub</li>
<li>The <a href="{{ final_filing_package_link }}" target="_blank">complete package of all documents</a>
you have filed at the CSO eFiling Hub
@ -80,7 +80,7 @@
If the court registry is satisfied that your documents are in order, they will stamp the documents with the date,
the court seal, and a file number.
</p>
<p>
<p class="add-bottom-margin">
You now have a divorce file open in the Supreme Court.
</p>
</div>


Loading…
Cancel
Save