mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
MDL-36449 usability: Normalising icons on course page
This commit is contained in:
@@ -859,7 +859,8 @@ M.util.add_lightbox = function(Y, node) {
|
||||
})
|
||||
.setStyles({
|
||||
'position' : 'relative',
|
||||
'top' : '50%'
|
||||
'top' : '50%',
|
||||
'left' : '50%'
|
||||
});
|
||||
|
||||
var lightbox = Y.Node.create('<div></div>')
|
||||
|
Reference in New Issue
Block a user