Fix reset password button overflow

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-11-14 16:04:14 +01:00
parent 346dbfa1ee
commit a3c13a13ba
1 changed files with 11 additions and 2 deletions

View File

@ -136,8 +136,7 @@ form #datadirField legend {
absolutely positioned descendant icons */ absolutely positioned descendant icons */
} }
#submit-wrapper .submit-icon, #submit-wrapper .submit-icon {
#reset-password-wrapper .submit-icon {
position: absolute; position: absolute;
top: 23px; top: 23px;
right: 23px; right: 23px;
@ -147,6 +146,16 @@ form #datadirField legend {
applied to the button instead. */ applied to the button instead. */
} }
#reset-password-submit {
padding: 10px;
overflow: hidden;
text-overflow: ellipsis;
}
#reset-password-wrapper .submit-icon {
display: none;
}
#submit-wrapper .icon-loading-small { #submit-wrapper .icon-loading-small {
position: absolute; position: absolute;
top: 22px; top: 22px;