From ee45a48b9c39e409340c245eaf7c6c0ae2c902c8 Mon Sep 17 00:00:00 2001 From: Kevin Wiliarty Date: Thu, 24 May 2012 03:07:46 -0400 Subject: [PATCH] turning off the hspace attribute on move icon image... --- lib/yui/dragdrop/dragdrop.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/yui/dragdrop/dragdrop.js b/lib/yui/dragdrop/dragdrop.js index 930f60042f3..3b37b4a888f 100644 --- a/lib/yui/dragdrop/dragdrop.js +++ b/lib/yui/dragdrop/dragdrop.js @@ -34,8 +34,7 @@ YUI.add('moodle-core-dragdrop', function(Y) { .setAttrs({ 'src' : M.util.image_url(MOVEICON.pix, MOVEICON.component), 'alt' : title, - 'title' : M.str.moodle.move, - 'hspace' : '3' + 'title' : M.str.moodle.move }); if (iconclass) { dragicon.addClass(iconclass);