Browse Source
Fix email verification cursor thing properly
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/3869/head
Jan-Christoph Borchardt
9 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with
4 additions and
1 deletions
-
settings/css/settings.css
|
|
|
@ -145,10 +145,13 @@ input#openid, input#webdav { width:20em; } |
|
|
|
padding: 12px 6px; |
|
|
|
float: right; |
|
|
|
} |
|
|
|
|
|
|
|
#personal-settings-container .verify, |
|
|
|
#personal-settings-container .verify-action { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
#emailform .verify { |
|
|
|
cursor: initial; |
|
|
|
} |
|
|
|
.verification-dialog { |
|
|
|
display: none; |
|
|
|
right: -9px; |
|
|
|
|