From 44cebc7ecdfca9c98558097b48951a590c6ed4d8 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 14 Jan 2012 23:45:20 +0100 Subject: [PATCH] Releases table css fix --- couchpotato/core/plugins/movie/static/movie.css | 2 +- couchpotato/static/scripts/page/wanted.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 af56e21a..419e083f 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -196,7 +196,7 @@ padding: 0 10px; } .movies .options .table .type { width: 120px; } - .movies .options .table .available { width: 80px; } + .movies .options .table .is_available { width: 80px; } .movies .options .table a { width: 16px !important; diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index 2b90573d..b7b8bd46 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -273,7 +273,7 @@ window.addEvent('domready', function(){ new Element('div.item.head').adopt( new Element('span.name', {'text': 'File'}), new Element('span.type', {'text': 'Type'}), - new Element('span.available', {'text': 'Available'}) + new Element('span.is_available', {'text': 'Available'}) ).inject(self.files_container) Array.each(self.movie.data.releases, function(release){