Change cursor when moving on categories

git-svn-id: http://piwigo.org/svn/trunk@2573 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2008-09-23 10:10:43 +00:00
commit 1da4bc7daa

View file

@ -7,9 +7,9 @@
jQuery().ready(function(){ldelim}
jQuery(".catPos").hide();
jQuery(".drag_button").show();
jQuery('.categoryUl').sortable({ldelim}
jQuery(".categoryLi").css("cursor","move");
jQuery(".categoryUl").sortable({ldelim}
axis: "y",
cursor: "move",
opacity: 0.8
});
jQuery("#categoryOrdering").submit(function(){ldelim}