Fix verification button placement on mobile
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
e40bdcd2ed
commit
9c0414bb47
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue