From c8ff637c4bfb935a288b6596868ebf5111dc2dc9 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 27 Aug 2015 23:35:28 +0200 Subject: [PATCH] Rounded corner not visible --- couchpotato/core/media/movie/_base/static/list.js | 2 +- couchpotato/core/media/movie/_base/static/movie.scss | 1 - couchpotato/static/scripts/combined.plugins.min.js | 2 +- couchpotato/static/style/combined.min.css | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/couchpotato/core/media/movie/_base/static/list.js b/couchpotato/core/media/movie/_base/static/list.js index eae9e9a..3eb18d7 100644 --- a/couchpotato/core/media/movie/_base/static/list.js +++ b/couchpotato/core/media/movie/_base/static/list.js @@ -50,7 +50,7 @@ var MovieList = new Class({ }, 'change:relay(.movie input)': function(e, el){ (e).stopPropagation(); - el = el.getParent(); + el = el.getParent('.movie'); var klass = el.retrieve('klass'); klass.fireEvent('select'); klass.select(klass.select_checkbox.get('checked')); diff --git a/couchpotato/core/media/movie/_base/static/movie.scss b/couchpotato/core/media/movie/_base/static/movie.scss index f063a29..ba8f0e0 100644 --- a/couchpotato/core/media/movie/_base/static/movie.scss +++ b/couchpotato/core/media/movie/_base/static/movie.scss @@ -6,7 +6,6 @@ $mass_edit_height: 44px; bottom: auto; z-index: 21; height: $header_height; - background: $background_color; .scroll_content { display: none; diff --git a/couchpotato/static/scripts/combined.plugins.min.js b/couchpotato/static/scripts/combined.plugins.min.js index ce50fb5..42ccb3e 100644 --- a/couchpotato/static/scripts/combined.plugins.min.js +++ b/couchpotato/static/scripts/combined.plugins.min.js @@ -475,7 +475,7 @@ var MovieList = new Class({ }, "change:relay(.movie input)": function(e, el) { e.stopPropagation(); - el = el.getParent(); + el = el.getParent(".movie"); var klass = el.retrieve("klass"); klass.fireEvent("select"); klass.select(klass.select_checkbox.get("checked")); diff --git a/couchpotato/static/style/combined.min.css b/couchpotato/static/style/combined.min.css index 6604907..b2e1538 100644 --- a/couchpotato/static/style/combined.min.css +++ b/couchpotato/static/style/combined.min.css @@ -95,7 +95,7 @@ .page.home .search_form .wrapper .results_container .results .media_result .options .title{width:140px;margin-right:2px} } .big_search{background:#eaeaea} -.page.movies{bottom:auto;z-index:21;height:80px;background:#FFF} +.page.movies{bottom:auto;z-index:21;height:80px} .page.movies_manage,.page.movies_wanted{top:80px;padding:0;will-change:top;transition:top 300ms cubic-bezier(.9,0,.1,1)} @media (max-width:480px){.page.movies{height:44px} .page.movies_manage,.page.movies_wanted{top:44px}