From acba3788ed08ed588bcf8e9cbe7afc3cfc467cb9 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 28 May 2012 22:02:05 +0200 Subject: [PATCH] Quality list not wide enough. fix #351 --- couchpotato/core/plugins/movie/static/movie.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index 6365f798..f626f2ab 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -89,7 +89,7 @@ font-size: 16px; font-weight: normal; text-overflow: ellipsis; - width: 64%; + width: auto; } .movies .info .year { @@ -152,7 +152,6 @@ .movies .list_view .data .quality, .movies .mass_edit_view .data .quality { text-align: right; float: right; - width: 30%; } .movies .data .quality .available, .movies .data .quality .snatched { @@ -200,6 +199,7 @@ .movies .list_view .data:hover .actions, .movies .mass_edit_view .data:hover .actions { margin: -34px 2px 0 0; background: #4e5969; + position: relative; } .movies .delete_container {