Use JS for verification icon tooltip
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
c1a784ee33
commit
981c110f7e
|
@ -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…
Reference in New Issue