Use JS for verification icon tooltip

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/3869/head
Jan-Christoph Borchardt 8 years ago committed by Morris Jobke
parent c1a784ee33
commit 981c110f7e
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
  1. 3
      apps/federatedfilesharing/js/settings-personal.js
  2. 2
      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 {

Loading…
Cancel
Save