From 6a50b9ce36decc6d787d306ee4eb60fd24bcee08 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 19 Mar 2014 13:44:55 -0400 Subject: [PATCH] #712 - group multiple versions --- dashboard-ui/css/librarybrowser.css | 11 ++- dashboard-ui/css/site.css | 5 - dashboard-ui/episodes.html | 6 ++ dashboard-ui/itemdetails.html | 21 ++-- dashboard-ui/scripts/episodes.js | 9 +- dashboard-ui/scripts/itemdetailpage.js | 111 ++++++++++++---------- dashboard-ui/scripts/librarybrowser.js | 2 +- dashboard-ui/scripts/librarylist.js | 6 +- dashboard-ui/scripts/movies.js | 2 +- dashboard-ui/scripts/scheduledtaskpage.js | 4 +- 10 files changed, 99 insertions(+), 78 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 73844d260c..488d6160c4 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -428,7 +428,6 @@ a.itemTag:hover { background-position: center 15%; background-repeat: no-repeat; height: 550px; - border-bottom: 1px solid #111; position: relative; } @@ -767,6 +766,10 @@ a.itemTag:hover { .lnkSibling:not(.hide) { display: block; } + + .itemBackdrop { + border-bottom: 1px solid #111; + } } @media all and (min-width: 1000px) { @@ -1118,6 +1121,12 @@ a.itemTag:hover { padding: 1em; } + .itemSelectionPanel .ui-checkbox { + max-width: 90px; + margin-left: auto; + margin-right: auto; + } + .selectionCommandsControlGroup { display: inline-block; margin-left: .5em; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 132ab59b1a..f6d6574d6d 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -683,7 +683,6 @@ h1 .imageLink { z-index: 99997; color: #fff; border: 0 !important; - max-height: 220px; } .footerNotification { @@ -700,10 +699,6 @@ h1 .imageLink { vertical-align: middle; } -#dashboardVersionWarning { - line-height: 50px; -} - /* * Gradient Shadow */ diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index c5b6143dd1..8736aa4bb9 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -24,9 +24,15 @@
+
+
diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index a18c334c38..cd4024bc23 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -131,6 +131,9 @@ + @@ -156,7 +159,6 @@

-

@@ -169,16 +171,10 @@
-
-
- Trailers -
-
-
- Alternate Versions - + Media Versions +
@@ -220,10 +216,10 @@