user profile popover: Enhance popover style.

This commit make changes in style of exit-sign of modal,
and also remove spacing between fields in modal.
This commit is contained in:
Yashashvi Dave
2018-08-24 23:54:25 +05:30
committed by Tim Abbott
parent 1d7164225f
commit 1c14e0166c
2 changed files with 7 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ ul.remind_me_popover .remind_icon {
}
.user-profile-key-value-section {
margin: 8px 0;
margin-top: 8px;
}
.user-profile-modal-content {
@@ -200,11 +200,15 @@ ul.remind_me_popover .remind_icon {
#user-profile-modal-body {
padding-bottom: 10px;
padding-top: 10px;
padding-top: 4px;
margin-bottom: 10px;
margin-top: 10px;
}
#user-profile-modal #user-profile-modal-body .exit-sign {
font-size: 1.5rem;
}
.user-profile-modal-edit-button {
font-size: 18px;
margin-left: 10px;

View File

@@ -2,7 +2,7 @@
role="dialog" aria-labelledby="user_profile_modal_label" aria-hidden="true">
<div class="modal-body" id="user-profile-modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="{{t 'Close' }}">
<span aria-hidden="true">&times;</span>
<span aria-hidden="true" class="exit-sign">&times;</span>
</button>
<div class="user-profile-modal-avatar" style="background-image: url('{{user_avatar}}');" ></div>
<div class="user-profile-modal-name-email-section">