Browse Source

DIV-624: Removing borders from nest fact sheets as per visual design

pull/160/head
Benard Ebinu 8 years ago
parent
commit
84399e6465
3 changed files with 23 additions and 7 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +16
    -0
      edivorce/apps/core/static/css/main.scss
  3. +6
    -6
      edivorce/apps/core/templates/question/06_children_income_expenses.html

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


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

@ -147,6 +147,7 @@ input[type=number]::-webkit-outer-spin-button {
.table > thead > tr > td, .table > thead > tr > td,
.table > thead > tr > th { .table > thead > tr > th {
padding: 12px 16px; padding: 12px 16px;
vertical-align: top;
} }
.fact-sheet-question{ .fact-sheet-question{
@ -966,6 +967,21 @@ textarea {
} }
} }
.question-well-border-less {
min-height: 20px;
padding: 25px 25px 25px 0;
margin-top: 25px;
background: #ffffff;
h3 {
margin-top: 0;
}
p {
max-width: 90%;
}
}
.review-well { .review-well {
border-radius: 10px; border-radius: 10px;
min-height: 20px; min-height: 20px;


+ 6
- 6
edivorce/apps/core/templates/question/06_children_income_expenses.html View File

@ -154,7 +154,7 @@
</div> </div>
</div> </div>
<div class="question-well" id="you_fact_sheet_f" hidden>
<div class="question-well-border-less" id="you_fact_sheet_f" hidden>
<h1>Fact Sheet F Income over $150,000</h1> <h1>Fact Sheet F Income over $150,000</h1>
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
@ -270,7 +270,7 @@
</tbody> </tbody>
</table> </table>
<div class="question-well">
<div class="question-well-border-less">
<p> <p>
Do you and your spouse agree that $<span Do you and your spouse agree that $<span
id="agreed_total_amount">{{ total_guideline_amount }}</span> is the child support amount? id="agreed_total_amount">{{ total_guideline_amount }}</span> is the child support amount?
@ -399,7 +399,7 @@
</div> </div>
</div> </div>
<div class="question-well" id="spouse_fact_sheet_f" hidden>
<div class="question-well-border-less" id="spouse_fact_sheet_f" hidden>
<h1>Fact Sheet F Income over $150,000</h1> <h1>Fact Sheet F Income over $150,000</h1>
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
@ -515,7 +515,7 @@
</tbody> </tbody>
</table> </table>
<div class="question-well">
<div class="question-well-border-less">
<p> <p>
Do you and your spouse agree that $<span Do you and your spouse agree that $<span
id="spouse_agreed_total_amount">{{ spouse_total_guideline_amount }}</span> is the child id="spouse_agreed_total_amount">{{ spouse_total_guideline_amount }}</span> is the child
@ -617,7 +617,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div id="fact_sheet_e" class="question-well" hidden>
<div id="fact_sheet_e" class="question-well-border-less" hidden>
<h1>Fact Sheet E Undue Hardship</h1> <h1>Fact Sheet E Undue Hardship</h1>
<p><strong>Unusual or excessive debts</strong></p> <p><strong>Unusual or excessive debts</strong></p>
<p> <p>
@ -910,7 +910,7 @@
</p> </p>
</div> </div>
<div id="fact_sheet_a" class="question-well" hidden>
<div id="fact_sheet_a" class="question-well-border-less" hidden>
<h1>Fact Sheet A Special or Extraordinary Expenses</h1> <h1>Fact Sheet A Special or Extraordinary Expenses</h1>
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>


Loading…
Cancel
Save