Fix reset password button overflow
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
346dbfa1ee
commit
a3c13a13ba
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue