N°2311: Fix change password page, correctly display buttons with long string

This commit is contained in:
Stephen Abello
2019-10-16 10:43:20 +02:00
parent 5e641f2273
commit 2ff771c16a
3 changed files with 29 additions and 8 deletions

View File

@@ -133,9 +133,14 @@ a:hover {
border-radius: 0.25em;
width: calc(100% - 2em - 4px);
}
#login-input input:focus {
border-color: #A0AEC0;
}
#login-submit.forgotpwd-submit input {
width: 49%;
#login-submit.forgotpwd-submit input,
#login-submit.changepwd-submit input
{
width: 100%;
}
#login-submit input.login-submit-secondary {