mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
turning off the hspace attribute on move icon image...
This commit is contained in:
parent
4f7f2a8828
commit
ee45a48b9c
3
lib/yui/dragdrop/dragdrop.js
vendored
3
lib/yui/dragdrop/dragdrop.js
vendored
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user