emails: Move email preferences to footer.

This commit is contained in:
Vishnu Ks
2019-06-18 12:13:53 +00:00
committed by Tim Abbott
parent 2688741c67
commit f67c85892b
2 changed files with 12 additions and 1 deletions

View File

@@ -282,6 +282,14 @@ a.button:hover {
font-weight: normal;
}
.email-preferences {
color: #666;
}
.email-preferences a {
color: #15c;
}
@media only screen and (max-width: 620px) {
table[class=body] h1 {
font-size: 28px !important;

View File

@@ -63,5 +63,8 @@
{% endblock %}
{% block manage_preferences %}
<p><a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> | <a href="{{ unsubscribe_link }}">Unsubscribe from missed message emails</a></p>
<div class="email-preferences">
&mdash;<br>
<a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> | <a href="{{ unsubscribe_link }}">Unsubscribe</a> from missed message emails.<br>
</div>
{% endblock %}