mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
Tim Abbott
parent
1d7164225f
commit
1c14e0166c
@@ -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;
|
||||
|
||||
@@ -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">×</span>
|
||||
<span aria-hidden="true" class="exit-sign">×</span>
|
||||
</button>
|
||||
<div class="user-profile-modal-avatar" style="background-image: url('{{user_avatar}}');" ></div>
|
||||
<div class="user-profile-modal-name-email-section">
|
||||
|
||||
Reference in New Issue
Block a user