related to #1609 added tiptip to action tooltips

This commit is contained in:
Matthieu Leproux
2022-04-25 15:08:06 +02:00
parent 32be54734f
commit 903a2f27ae
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -434,6 +434,11 @@ $(document).ready(() => {
$('.user-list-checkbox').unbind("change").change(checkbox_change);
$('.user-list-checkbox').unbind("click").click(checkbox_click);
$('.tiptip').tipTip({
delay: 0,
fadeIn: 200,
fadeOut: 200
});
});
function openAddAlbumPopIn(parentAlbumId) {
+2
View File
@@ -43,6 +43,8 @@ const add_album_root_title = '{'Create a new album at root'|@translate|escape:ja
const add_sub_album_of = '{'Create a sub-album of "%s"'|@translate|escape:javascript}';
{/footer_script}
{combine_script id='jquery.tipTip' load='footer' path='themes/default/js/plugins/jquery.tipTip.minified.js'}
{combine_script id='albums' load='footer' path='admin/themes/default/js/albums.js'}
<div class="titrePage">
+1 -1
View File
@@ -4252,7 +4252,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
}
.move-cat-action a {
padding: 30px 10px;
padding: 0 10px;
font-weight: bold;
cursor: pointer;
height: 100%;