From 62cc570ab292e7b1ffdaab414c0e501a2d57659f Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 17 Mar 2013 01:52:27 +0100 Subject: [PATCH] Mask zindex fix --- couchpotato/core/plugins/movie/static/movie.css | 2 +- couchpotato/core/plugins/movie/static/movie.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index 0b97f68d..1584cebe 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -285,7 +285,7 @@ text-align: right; right: 0; margin-right: 50px; - z-index: 2; + z-index: 1; } .movies .data .quality .available, diff --git a/couchpotato/core/plugins/movie/static/movie.js b/couchpotato/core/plugins/movie/static/movie.js index 37ed0ad3..040e030d 100644 --- a/couchpotato/core/plugins/movie/static/movie.js +++ b/couchpotato/core/plugins/movie/static/movie.js @@ -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'); },