Browse Source

DIV-713: Centering the radio button and input field

pull/160/head
Benard Ebinu 7 years ago
parent
commit
05e54c530f
3 changed files with 7 additions and 3 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +4
    -0
      edivorce/apps/core/static/css/main.scss
  3. +2
    -2
      edivorce/apps/core/templates/question/06_children_payor_medical.html

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


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

@ -757,6 +757,10 @@ input {
border-radius: 5px;
margin-left: 5px;
}
&.radio-centered {
margin-top: 15px;
}
}
.checkbox label,


+ 2
- 2
edivorce/apps/core/templates/question/06_children_payor_medical.html View File

@ -180,9 +180,9 @@
<label>
{% if how_will_calculate_income != 'entered agreement' %}
{% input_field type="radio" class="radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" data_target_id="does_amount_match" data_reveal_target="true" %}
{% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" data_target_id="does_amount_match" data_reveal_target="true" %}
{% else %}
{% input_field type="radio" class="radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" %}
{% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="YES" %}
{% endif %}
<div class="dollar-prefix">
{% money_input_field name="order_monthly_child_support_amount" class="money form-block response-textbox children-input-block" data_mirror="true" data_mirror_target="#child_support_amount_label" %}


Loading…
Cancel
Save