Browse Source

DIV-288 move sidebar to spouse page

pull/160/head
Foley Lynn 8 years ago
parent
commit
9fd06abcaf
3 changed files with 4 additions and 7 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -1
      edivorce/apps/core/static/css/main.scss
  3. +2
    -5
      edivorce/apps/core/templates/question/03_respondent.html

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


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

@ -517,7 +517,7 @@ textarea {
background: $color-grey-lighter;
border-radius: 5px;
label {
min-width: 40px;
min-width: 45px;
margin-right: 10px;
text-align: right;
}


+ 2
- 5
edivorce/apps/core/templates/question/03_respondent.html View File

@ -194,9 +194,6 @@
{% block formBack %}{% prev_step step='respondent' %}{% endblock %}
{% block formNext %}{% next_step step='respondent' %}{% endblock %}
{% block sidebarNav %}
<!-- no sidebar -->
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% block sidebarText %}
<p>The Meaning of "Ordinary Residence" and "Habitual Residence" in the Common Law Provinces in a Family Law Context: <a href="http://www.justice.gc.ca/eng/rp-pr/fl-lf/divorce/rhro_cl/p4.html" target="_blank">http://www.justice.gc.ca/eng/rp-pr/fl-lf/divorce/rhro_cl/p4.html</a></p>
{% endblock %}

Loading…
Cancel
Save