MDL-36449 usability: Normalising icons on course page

This commit is contained in:
Frederic Massart
2012-11-08 18:45:02 +08:00
parent 7fc7a8b94c
commit bb128107e3
14 changed files with 88 additions and 31 deletions

View File

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