mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
emails: Move email preferences to footer.
This commit is contained in:
@@ -282,6 +282,14 @@ a.button:hover {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.email-preferences {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.email-preferences a {
|
||||||
|
color: #15c;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 620px) {
|
@media only screen and (max-width: 620px) {
|
||||||
table[class=body] h1 {
|
table[class=body] h1 {
|
||||||
font-size: 28px !important;
|
font-size: 28px !important;
|
||||||
|
|||||||
@@ -63,5 +63,8 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block manage_preferences %}
|
{% 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">
|
||||||
|
—<br>
|
||||||
|
<a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> | <a href="{{ unsubscribe_link }}">Unsubscribe</a> from missed message emails.<br>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user