settings: Make notification settings header consistent.

Fixes #5172.
This commit is contained in:
Vaida Plankyte 2017-06-05 10:37:05 -07:00 committed by Tim Abbott
parent 0d08edc6b6
commit 5fe7ed8afa
2 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@ input[type=checkbox].inline-block {
margin-right: 8px;
}
#notification-settings .notification-reminder {
text-align: center;
text-align: left;
}
.control-label-disabled {

View File

@ -1,6 +1,6 @@
<div id="notification-settings" class="settings-section" data-name="notifications">
<form class="notification-settings-form">
<div class="notification-reminder w-70 padded-container center-block">{{#tr this }}You'll receive notifications when a message arrives and Zulip isn't in focus or the message is offscreen.{{/tr}}</div>
<div class="notification-reminder vertical-padding">{{#tr this }}You'll receive notifications when a message arrives and Zulip isn't in focus or the message is offscreen.{{/tr}}</div>
<div class="alert" id="notify-settings-status"></div>
<h4>{{t "Stream messages" }}</h4>