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;