From c73dc10aeb36f43fd8494d88d38f58ee608e0c0b Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 4 Nov 2013 22:47:20 +0100 Subject: [PATCH] Add a bit of padding to plot --- couchpotato/core/media/movie/suggestion/static/suggest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/movie/suggestion/static/suggest.css b/couchpotato/core/media/movie/suggestion/static/suggest.css index 3826269c..16215edf 100644 --- a/couchpotato/core/media/movie/suggestion/static/suggest.css +++ b/couchpotato/core/media/movie/suggestion/static/suggest.css @@ -88,7 +88,7 @@ background: #4e5969; cursor: pointer; transition: all .4s ease-in-out; - padding: 0 0 10px; + padding: 0 3px 10px 0; } .suggestions .media_result .data:before { bottom: 0;