user settings: Update alert message element in change-email modal.

This commit is contained in:
Yashashvi Dave
2019-07-18 23:38:53 +05:30
committed by Tim Abbott
parent b3b480709d
commit e1dacb99df
2 changed files with 3 additions and 3 deletions

View File

@@ -1558,11 +1558,11 @@ body:not(.night-mode) #account-settings .custom_user_field .datepicker {
min-width: 206px;
}
#settings_page #change_email_modal .change_email_info,
#settings_page #change_full_name_modal .change_full_name_info {
margin-bottom: 0px;
}
#settings_page #change_email_modal .change_email_info,
#settings_page #change_password_modal .change_password_info {
margin-top: 3px;
}

View File

@@ -20,14 +20,14 @@
aria-labelledby="change_email_modal_label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">&times;</span></button>
<h3 id="change_email_modal_label">{{t "Change email" }}</h3>
<h3 class="inline-block" id="change_email_modal_label">{{t "Change email" }}</h3>
<div class="alert-notification change_email_info"></div>
</div>
<div class="modal-body">
<div class="input-group email_change_container">
<label for="email">{{t "New email" }}</label>
<input type="text" name="email" value="{{ page_params.delivery_email }}" autocomplete="off" spellcheck="false" autofocus="autofocus"/>
</div>
<div class="alert change_email_info"></div>
</div>
<div class="modal-footer">
<button class="button white rounded" type="button" data-dismiss="modal">{{t "Cancel" }}</button>