From ccf1871c0840db40c7e55c86aa1660fa52aca2b4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 20 Jan 2014 11:09:53 -0500 Subject: [PATCH] #680 - Support new episode file sorting --- dashboard-ui/css/librarybrowser.css | 10 +- dashboard-ui/css/posteritem.css | 4 +- dashboard-ui/dashboard.html | 2 +- dashboard-ui/library.html | 2 +- dashboard-ui/libraryfileorganizer.html | 173 +++++++++++++++++++ dashboard-ui/librarysettings.html | 2 +- dashboard-ui/scripts/itemdetailpage.js | 14 +- dashboard-ui/scripts/libraryfileorganizer.js | 128 ++++++++++++++ dashboard-ui/scripts/livetvchannel.js | 3 - dashboard-ui/scripts/livetvchannels.js | 2 +- dashboard-ui/scripts/livetvguide.js | 3 - dashboard-ui/scripts/livetvprogram.js | 13 +- dashboard-ui/scripts/livetvrecording.js | 9 + dashboard-ui/scripts/livetvseriestimer.js | 14 +- dashboard-ui/scripts/mediaplayer.js | 2 +- 15 files changed, 345 insertions(+), 36 deletions(-) create mode 100644 dashboard-ui/libraryfileorganizer.html create mode 100644 dashboard-ui/scripts/libraryfileorganizer.js diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index ecb49ff54..b7ab994e0 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -599,7 +599,7 @@ a.itemTag:hover { .detailImageProgressContainer { position: absolute; - bottom: 6px; + bottom: 7px; right: 0; left: 0; text-align: center; @@ -608,7 +608,7 @@ a.itemTag:hover { .detailImageProgressContainer progress { width: 100%; margin: 0 auto; - height: 6px; + height: 7px; } @media all and (max-width: 550px) { @@ -978,12 +978,6 @@ a.itemTag:hover { background-color: #cc3333; } -.userDataIcons .itemProgressBar { - vertical-align: top; - position: relative; - top: 3px; -} - .tileItem .itemProgressBar { top: 2px; width: 40px; diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 06c7abc10..9c1b8ce5f 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -180,11 +180,11 @@ .miniPosterItemProgress { /* Make sure it's on top of the fade gradient '*/ - z-index: 10; + z-index: 1000; } .miniPosterItemProgress .itemProgressBar { - height: 7px; + height: 8px; opacity: 1; } diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 807a3f1ea..3acfabc0f 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -76,7 +76,7 @@