Mask zindex fix

This commit is contained in:
Ruud
2013-03-17 01:52:27 +01:00
parent 1ec9370e68
commit 62cc570ab2
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@
text-align: right;
right: 0;
margin-right: 50px;
z-index: 2;
z-index: 1;
}
.movies .data .quality .available,

View File

@@ -80,7 +80,7 @@ var Movie = new Class({
var self = this;
self.mask = new Element('div.mask', {
'styles': {
'z-index': '1000'
'z-index': '1'
}
}).inject(self.el, 'top').fade('hide');
},