Browse Source

Add a bit of padding to plot

pull/2436/head
Ruud 12 years ago
parent
commit
c73dc10aeb
  1. 2
      couchpotato/core/media/movie/suggestion/static/suggest.css

2
couchpotato/core/media/movie/suggestion/static/suggest.css

@ -88,7 +88,7 @@
background: #4e5969; background: #4e5969;
cursor: pointer; cursor: pointer;
transition: all .4s ease-in-out; transition: all .4s ease-in-out;
padding: 0 0 10px; padding: 0 3px 10px 0;
} }
.suggestions .media_result .data:before { .suggestions .media_result .data:before {
bottom: 0; bottom: 0;

Loading…
Cancel
Save