mirror of https://github.com/zulip/zulip.git
css: Organization account-settings specific CSS.
This puts most of our account-settings specific CSS into a single block for better readability.
This commit is contained in:
parent
e827e36429
commit
46d0ecdfe8
|
@ -1401,12 +1401,24 @@ input[type=checkbox].inline-block {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
#account-settings .user-role button {
|
||||
cursor: default;
|
||||
}
|
||||
#account-settings {
|
||||
.user-role button {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#account-settings .custom_user_field .field_hint {
|
||||
color: hsl(0, 0%, 67%);
|
||||
.custom_user_field .field_hint {
|
||||
color: hsl(0, 0%, 67%);
|
||||
}
|
||||
|
||||
#show_my_user_profile_modal {
|
||||
width: 219px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#show_my_user_profile_modal i {
|
||||
padding-left: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
#settings_page .custom_user_field {
|
||||
|
@ -1443,16 +1455,6 @@ body:not(.night-mode) #account-settings .custom_user_field .datepicker {
|
|||
min-width: 206px;
|
||||
}
|
||||
|
||||
#account-settings #show_my_user_profile_modal {
|
||||
width: 219px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#account-settings #show_my_user_profile_modal i {
|
||||
padding-left: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#settings_page #change_password_modal .change_password_info,
|
||||
#settings_page #change_email_modal .change_email_info,
|
||||
#settings_page #change_full_name_modal .change_full_name_info {
|
||||
|
|
Loading…
Reference in New Issue