diff options
-rw-r--r-- | apps/federatedfilesharing/js/settings-personal.js | 3 | ||||
-rw-r--r-- | settings/css/settings.css | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/js/settings-personal.js b/apps/federatedfilesharing/js/settings-personal.js index 04096cb0416..c954f74f323 100644 --- a/apps/federatedfilesharing/js/settings-personal.js +++ b/apps/federatedfilesharing/js/settings-personal.js @@ -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! diff --git a/settings/css/settings.css b/settings/css/settings.css index 1e5ee1f031d..54be375b3ce 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -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 { |