diff --git a/CHANGES.md b/CHANGES.md index 7bd1f818..aa67d92c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ ### 0.x.x (2015-xx-xx xx:xx:xx UTC) +* Change network names to only display on top line of Day by Day layout on Episode View +* Reposition country part of network name into the hover over in Day by Day layout * Add ToTV provider * Fix Backlog scheduler initialization and change backlog frequency from minutes to days * Change to consolidate and tidy some provider code diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 78c5211d..e235e31e 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -1848,6 +1848,7 @@ h2.day, h2.network{ margin-right:auto } +.day-of-week .text .airtime .network, .day-of-week .text .airtime, .day-of-week .text .episode{ overflow:hidden; @@ -1856,6 +1857,12 @@ h2.day, h2.network{ font-size:12px } +.day-of-week .text .airtime .network{ + white-space:nowrap; + text-align:right; + max-width:50% +} + .day-of-week .text .episode .season, .day-of-week .text .episode .number{ font-weight:900 diff --git a/gui/slick/interfaces/default/episodeView.tmpl b/gui/slick/interfaces/default/episodeView.tmpl index ebceb489..2898e82d 100644 --- a/gui/slick/interfaces/default/episodeView.tmpl +++ b/gui/slick/interfaces/default/episodeView.tmpl @@ -1,5 +1,6 @@ #import sickbeard #import datetime +#import re #from sickbeard.common import * #from sickbeard import sbdatetime #from sickbeard.helpers import anon_url @@ -748,7 +749,8 @@