From d69d191ef0af87a7ecdf2e4ab9f1b57570667873 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 4 May 2012 12:42:20 +0200 Subject: [PATCH] Files header width. fix #195 --- couchpotato/core/plugins/movie/static/movie.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index 56521c26..a6f7e4cd 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -288,7 +288,7 @@ text-align: left; padding: 0 10px; } - .movies .options .table.files .name { width: 605px; } + .movies .options .table.files .name { width: 590px; } .movies .options .table .type { width: 130px; } .movies .options .table .is_available { width: 90px; } .movies .options .table .age,