Browse Source

DIV-597: ensure child list table is full width

pull/160/head
Benard Ebinu 8 years ago
parent
commit
b0a3ec2756
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_your_children.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

@ -241,6 +241,12 @@ input[type=number]::-webkit-outer-spin-button {
white-space: nowrap;
}
#claimant_children > thead > tr > th:nth-last-child(-n+2),
#claimant_children > tbody > tr > td:nth-last-child(-n+2) {
width: 1px;
white-space: nowrap;
}
.list-builder {
@extend .table;
border-collapse: collapse;


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

@ -20,7 +20,7 @@
<th class="table-bordered">Child now living with</th>
<th class="table-bordered">Relationship to Claimant 1</th>
<th class="table-bordered">Relationship to Claimant 2</th>
<th class="list-builder-hide-column"></th>
<th></th>
<th class="list-builder-hide-column"></th>
</tr>
</thead>


Loading…
Cancel
Save