Browse Source

DIV-624: padding for fact sheets as per visual design

pull/160/head
Benard Ebinu 8 years ago
parent
commit
e316b1ced5
3 changed files with 8 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +6
    -0
      edivorce/apps/core/static/css/main.scss
  3. +1
    -1
      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


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

@ -246,6 +246,11 @@ input[type=number]::-webkit-outer-spin-button {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
table-layout: fixed; table-layout: fixed;
margin-bottom: 48px;
}
.list-builder-compact {
margin-bottom: 25px;
} }
.list-builder-hide-column { .list-builder-hide-column {
@ -1018,6 +1023,7 @@ textarea {
p { p {
max-width: 90%; max-width: 90%;
margin-bottom: 20px;
} }
} }


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

@ -825,7 +825,7 @@
<br /> <br />
<p><strong>Income of Other Persons in Household</strong></p> <p><strong>Income of Other Persons in Household</strong></p>
<table id="income_others" class="list-builder">
<table id="income_others" class="list-builder list-builder-compact">
<thead> <thead>
<tr class="list-builder-header"> <tr class="list-builder-header">
<th class="table-bordered">Name of person</th> <th class="table-bordered">Name of person</th>


Loading…
Cancel
Save