Browse Source

DIV-792: Copy changes for disclaimer notice

pull/160/head
Benard Ebinu 7 years ago
parent
commit
53e5407b1c
3 changed files with 12 additions and 8 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -0
      edivorce/apps/core/static/css/main.scss
  3. +10
    -7
      edivorce/apps/core/templates/intro.html

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


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

@ -1792,6 +1792,7 @@ textarea {
.footnote { .footnote {
margin-top: 72px; margin-top: 72px;
margin-bottom: 52px;
font-size: 14px; font-size: 14px;
} }


+ 10
- 7
edivorce/apps/core/templates/intro.html View File

@ -6,7 +6,7 @@
{% block container_col %}shroud{% endblock %} {% block container_col %}shroud{% endblock %}
{% block content %} {% block content %}
<h1>Make Your Joint<span class="footnote-marker">*</span> Divorce Process Manageable</h1>
<h1>Make Your Joint Divorce<span class="footnote-marker">*</span> Process Manageable</h1>
<p class="intro">Forms, deadlines, tasks... Divorce can be a difficult enough time as it is without having to navigate through confusing legal language. That's why this online tool is here: to help you get through the details, procedures, and paperwork.</p> <p class="intro">Forms, deadlines, tasks... Divorce can be a difficult enough time as it is without having to navigate through confusing legal language. That's why this online tool is here: to help you get through the details, procedures, and paperwork.</p>
@ -29,9 +29,17 @@
</div> </div>
<div class="information-message">
<div class="footnote">
<h5><strong>*BETA SERVICE - JOINT DIVORCE ONLY</strong></h5>
<p> <p>
Joint divorce means making an application for a divorce together with your spouse. It means that you and your
spouse agree about getting a divorce and that you agree about all of the family law issues relevant to your
situation, such as spousal support, and the division of family property and debts.
</p>
</div>
<div class="information-message">
<p>
</p> </p>
</div> </div>
@ -43,11 +51,6 @@
<strong>Returning User?</strong><a href="{% url 'login' %}"><br />Log in with BCeID</a> <strong>Returning User?</strong><a href="{% url 'login' %}"><br />Log in with BCeID</a>
</p> </p>
<p class="footnote">
Joint divorce means making an application for a divorce together with your spouse. It means that you and your
spouse agree about getting a divorce and that you agree about all of the family law issues relevant to your
situation, such as spousal support, and the division of family property and debts.
</p>
{% endblock %} {% endblock %}
{% block formbuttons %} {% block formbuttons %}


Loading…
Cancel
Save