From bb61af71533fdf55e7ba1d4b69d8234f0566194c Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 27 Feb 2012 00:16:29 +0100 Subject: [PATCH] Directory select width --- couchpotato/core/plugins/movie/static/movie.css | 2 +- couchpotato/static/style/page/settings.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index adde2cb6..3188caa3 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -90,11 +90,11 @@ float: left; width: 50%; transition: all 0.2s linear; - overflow: hidden; } .movies .list_view .info .title, .movies .mass_edit_view .info .title { font-size: 16px; font-weight: normal; + text-overflow: ellipsis; } .movies .info .year { diff --git a/couchpotato/static/style/page/settings.css b/couchpotato/static/style/page/settings.css index f17d7247..e1b31f59 100644 --- a/couchpotato/static/style/page/settings.css +++ b/couchpotato/static/style/page/settings.css @@ -164,7 +164,7 @@ display: inline-block; padding: 0 4% 0 4px; font-size: 13px; - width: 26.3%; + width: 30%; background-image: url('../../images/icon.folder.gif'); background-repeat: no-repeat; background-position: 97% center;