turning off the hspace attribute on move icon image...

This commit is contained in:
Kevin Wiliarty 2012-05-24 03:07:46 -04:00
parent 4f7f2a8828
commit ee45a48b9c

View File

@ -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);