Fix verification button placement on mobile

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 19:20:51 +02:00 committed by Morris Jobke
parent e40bdcd2ed
commit 9c0414bb47
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 3 additions and 2 deletions

View File

@ -141,8 +141,9 @@ input#openid, input#webdav { width:20em; }
/* verify accounts */
#personal-settings-container .verify {
position: relative;
float: right;
position: absolute;
right: 14px;
top: 70px;
}
#personal-settings-container .verify img {
padding: 12px 7px 6px;