2025-03-10 12:52:45 -04:00
|
|
|
#createAccountPanel {
|
|
|
|
width: 275px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#createAccountBody {
|
|
|
|
width: 275px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#userForm input[type="password"] {
|
|
|
|
margin: 2% 2%;
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
#userForm input[type="text"] {
|
|
|
|
margin: 2% 2%;
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#displayPassword {
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#matchingPasswords {
|
|
|
|
visibility: hidden !important;
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
}
|
2025-03-10 13:39:48 -04:00
|
|
|
#accountDetailsBody {
|
|
|
|
width: auto;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#accountDetailsPanel {
|
2025-03-12 05:29:15 -04:00
|
|
|
width: 94%;
|
2025-03-10 13:39:48 -04:00
|
|
|
margin-bottom: 3%;
|
|
|
|
}
|
|
|
|
#accountSocialsPanel {
|
2025-03-12 05:29:15 -04:00
|
|
|
width: 94%;
|
|
|
|
}
|
|
|
|
#accountSocialsPanelEdit {
|
|
|
|
width: 94%;
|
2025-03-10 13:39:48 -04:00
|
|
|
}
|
|
|
|
#passwordChangePanel {
|
2025-03-12 05:29:15 -04:00
|
|
|
width: 94%;
|
2025-03-10 12:52:45 -04:00
|
|
|
}
|