Scroll mask with searching

This commit is contained in:
Ruud
2012-04-16 00:02:19 +02:00
parent 8c922531e2
commit 6f21cceb0b
@@ -367,12 +367,13 @@ Block.Search.Item = new Class({
self.mask = new Element('span.mask', {
'styles': {
'position': 'relative',
'width': s.x,
'height': s.y
'height': s.y,
'top': -s.y,
'display': 'block'
}
}).inject(self.options).fade('hide').position({
'relativeTo': self.options
})
}).inject(self.options).fade('hide')
createSpinner(self.mask)
self.mask.fade('in')