diff --git a/productMods/edit/forms/css/addAuthorsToInformationResource.css b/productMods/edit/forms/css/addAuthorsToInformationResource.css index cab3bad8..0fcc27d3 100644 --- a/productMods/edit/forms/css/addAuthorsToInformationResource.css +++ b/productMods/edit/forms/css/addAuthorsToInformationResource.css @@ -20,8 +20,10 @@ width: 15em; } -#authorships.dd .authorLinkWrapper { - cursor: pointer; +#authorships.dd .authorLinkWrapper, +#authorships.dd li, +#authorships.dd a.authorLink { + cursor: move; } #showAddForm span.or { diff --git a/productMods/edit/forms/js/addAuthorsToInformationResource.js b/productMods/edit/forms/js/addAuthorsToInformationResource.js index 84ab2c51..be41d774 100644 --- a/productMods/edit/forms/js/addAuthorsToInformationResource.js +++ b/productMods/edit/forms/js/addAuthorsToInformationResource.js @@ -276,10 +276,6 @@ var addAuthorForm = { $(this).attr('title', 'Drag and drop to reorder authors'); }); - $('.authorLinkWrapper,#authorships.dd li, a.authorLink').hover(function() { - $(this).css('cursor','move'); - }) - authorshipList.sortable({ cursor: 'move', stop: function(event, ui) {