From 1c2b3d063b82974e4ea9c641a23ae1e3643dabec Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 17 May 2013 15:40:27 +0200 Subject: [PATCH] Empty wanted list background --- couchpotato/core/plugins/movie/static/movie.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index 90510c11..4416361c 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -946,10 +946,11 @@ .movies .empty_wanted { background-image: url('../images/emptylist.png'); + background-position: 80% 0; height: 750px; - width: 800px; + width: 100%; + max-width: 900px; padding-top: 260px; - margin-top: -50px; } .movies .empty_manage {