Browse Source

DIV-620: fix the lin spacing when have a long question with tool tip

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


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

@ -420,8 +420,6 @@ div.percent-prefix {
color: $brand-links;
border-bottom: dotted 1px $brand-links;
cursor: pointer;
word-break: break-all;
display: inline-block;
&:hover {
color: $brand-blue;


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

@ -124,14 +124,14 @@
</div>
<div class="question-well">
<h3>The type of parenting arrangement you have can affect the way you calculate child support under the
<a href="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step6-etap6.html" target="_blank">
Federal Guidelines.
</a>
</h3>
<h3>
What is your current parenting arrangement for child (insert name previously entered)?
</h3>
<p>The type of parenting arrangement you have can affect the way you calculate child support under the
<a href="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step6-etap6.html" target="_blank">
Federal Guidelines.
</a>
</p>
<div class="radio">
<label class="tight-spacing">
{% input_field type="radio" class="radio-with-other children-input-block" name="child_custody" value="Sole custody" data_mirror="true" data_mirror_target="#child_custody_0" data_skip_ajax="true" %}


Loading…
Cancel
Save