From 224100b46e5fe8a521482d47611111e0d6c17810 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 7 Oct 2013 22:22:19 -0700 Subject: [PATCH] Series title will be shown as alt text when series doesn't have poster (poster view) Fixed: Series without posters will use text instead of image on poster view --- src/UI/Series/Index/Posters/ItemTemplate.html | 2 +- src/UI/Series/series.less | 21 +++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/UI/Series/Index/Posters/ItemTemplate.html b/src/UI/Series/Index/Posters/ItemTemplate.html index e9825f4f2..36bb4ff0f 100644 --- a/src/UI/Series/Index/Posters/ItemTemplate.html +++ b/src/UI/Series/Index/Posters/ItemTemplate.html @@ -11,7 +11,7 @@
Ended
{{/unless_eq}} - + {{title}} diff --git a/src/UI/Series/series.less b/src/UI/Series/series.less index 70fa26eaa..353a82885 100644 --- a/src/UI/Series/series.less +++ b/src/UI/Series/series.less @@ -159,7 +159,11 @@ } .series-poster { - width : 168px; + width : 168px; + height : 247px; + display : block; + font-size : 34px; + line-height : 34px; } } } @@ -260,9 +264,9 @@ .expander { .clickable; - line-height: 30px; - margin-left: 8px; - width: 16px; + line-height : 30px; + margin-left : 8px; + width : 16px; } .season-grid { @@ -275,15 +279,14 @@ vertical-align : middle !important; } - .seasonpass-series { .season-pass-button { - display: inline-block; - width: 120px; + display : inline-block; + width : 120px; } .series-monitor-toggle { - font-size: 24px; - margin-top: 3px; + font-size : 24px; + margin-top : 3px; } } \ No newline at end of file