Browse Source
Use JS for verification icon tooltip
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
2 changed files with
4 additions and
1 deletions
-
apps/federatedfilesharing/js/settings-personal.js
-
settings/css/settings.css
|
|
|
@ -20,6 +20,9 @@ $(document).ready(function() { |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
/* Verification icon tooltip */ |
|
|
|
$('#personal-settings-container .verify img').tooltip({placement: 'bottom', trigger: 'hover'}); |
|
|
|
|
|
|
|
$('#fileSharingSettings .clipboardButton').tooltip({placement: 'bottom', title: t('core', 'Copy'), trigger: 'hover'}); |
|
|
|
|
|
|
|
// Clipboard!
|
|
|
|
|
|
|
|
@ -145,7 +145,7 @@ input#openid, input#webdav { width:20em; } |
|
|
|
float: right; |
|
|
|
} |
|
|
|
#personal-settings-container .verify img { |
|
|
|
padding: 12px 7px; |
|
|
|
padding: 12px 7px 6px; |
|
|
|
} |
|
|
|
/* only show pointer cursor when popup will be there */ |
|
|
|
#personal-settings-container .verify-action { |
|
|
|
|