Browse Source

DIV-886: Moved collapsible support text.

pull/160/head
Charles Shin 7 years ago
parent
commit
7b52276c5b
1 changed files with 14 additions and 16 deletions
  1. +14
    -16
      edivorce/apps/core/templates/question/06_children_facts.html

+ 14
- 16
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -51,22 +51,6 @@
Note: This includes time that a parent is responsible for the children, even if they are not Note: This includes time that a parent is responsible for the children, even if they are not
physically with that parent (for example the child is at school). physically with that parent (for example the child is at school).
</p> </p>
</td>
<td class="fact-sheet-answer">
<div class="percent-suffix">
{% input_field type="number" name="time_spent_with_you" class="fact-sheet-input" min="0" placeholder="enter number" %}
<label> %</label>
</div>
</td>
<td class="fact-sheet-answer">
<div class="percent-suffix">
{% input_field type="number" name="time_spent_with_spouse" class="fact-sheet-input" min="0" placeholder="enter number" %}
<label> %</label>
</div>
</td>
</tr>
<tr>
<td colspan="3">
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_percentage_time" aria-controls="collapse_percentage_time"> <div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_percentage_time" aria-controls="collapse_percentage_time">
<div> <div>
How do I determine the percentage of time spent with each parent? How do I determine the percentage of time spent with each parent?
@ -88,6 +72,20 @@
</div> </div>
</div> </div>
</td> </td>
<td class="fact-sheet-answer">
<div class="percent-suffix">
{% input_field type="number" name="time_spent_with_you" class="fact-sheet-input" min="0" placeholder="enter number" %}
<label> %</label>
</div>
</td>
<td class="fact-sheet-answer">
<div class="percent-suffix">
{% input_field type="number" name="time_spent_with_spouse" class="fact-sheet-input" min="0" placeholder="enter number" %}
<label> %</label>
</div>
</td>
</tr>
<tr>
</tr> </tr>
<tr> <tr>
<td class="fact-sheet-question">Annual income as per <td class="fact-sheet-question">Annual income as per


Loading…
Cancel
Save