Bring in the change password section
This also changes the layout slightly in the user settings, but nothing detrimental.
This commit is contained in:
parent
677b3ca7b5
commit
19de6694ca
7 changed files with 94 additions and 36 deletions
|
@ -88,4 +88,22 @@
|
|||
|
||||
.mx_GeneralSettingsTab_profileAvatarUpload {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mx_GeneralSettingsTab_changePassword {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mx_GeneralSettingsTab_changePassword .mx_Field {
|
||||
display: block;
|
||||
margin-right: 100px; // Align with the other fields on the page
|
||||
}
|
||||
|
||||
.mx_GeneralSettingsTab_changePassword .mx_Field input {
|
||||
display: block;
|
||||
width: calc(100% - 20px); // subtract 10px padding on left and right
|
||||
}
|
||||
|
||||
.mx_GeneralSettingsTab_changePassword .mx_Field:first-child {
|
||||
margin-top: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue