Use JS for verification icon tooltip

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 14:42:49 +02:00 committed by Morris Jobke
parent c1a784ee33
commit 981c110f7e
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
2 changed files with 4 additions and 1 deletions

View File

@ -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!

View File

@ -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 {