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

This commit is contained in:
Yashashvi Dave
2019-07-19 09:52:33 +05:30
committed by Tim Abbott
parent e1dacb99df
commit e55afc2629
2 changed files with 8 additions and 8 deletions

View File

@@ -133,11 +133,14 @@ label {
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
}
#change_email_modal,
#change_full_name_modal {
#change_email_modal {
width: 460px;
}
#change_full_name_modal {
width: 480px;
}
.admin-realm-description {
height: 16em;
width: 100%;
@@ -1558,10 +1561,7 @@ body:not(.night-mode) #account-settings .custom_user_field .datepicker {
min-width: 206px;
}
#settings_page #change_full_name_modal .change_full_name_info {
margin-bottom: 0px;
}
#settings_page #change_full_name_modal .change_full_name_info,
#settings_page #change_email_modal .change_email_info,
#settings_page #change_password_modal .change_password_info {
margin-top: 3px;

View File

@@ -60,14 +60,14 @@
aria-labelledby="change_full_name_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_full_name_modal_label">{{t "Change full name" }}</h3>
<h3 class="inline-block" id="change_full_name_modal_label">{{t "Change full name" }}</h3>
<div class="alert-notification change_full_name_info"></div>
</div>
<div class="modal-body">
<div class="input-group full_name_change_container">
<label for="email">{{t "New full name" }}</label>
<input type="text" name="full_name" value="{{ page_params.full_name }}" autocomplete="off" spellcheck="false" autofocus="autofocus"/>
</div>
<div class="alert change_full_name_info"></div>
</div>
<div class="modal-footer">
<button class="button white rounded" type="button" data-dismiss="modal">{{t "Cancel" }}</button>