From d5780727eb83a01f0df45405a9f5527f7ff6f922 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 1 May 2014 22:54:33 -0400 Subject: [PATCH] web client re-org --- dashboard-ui/css/librarybrowser.css | 38 ++- dashboard-ui/css/posteritem.css | 6 +- dashboard-ui/css/site.css | 5 +- dashboard-ui/episodes.html | 4 +- dashboard-ui/gamegenres.html | 4 +- dashboard-ui/games.html | 4 +- dashboard-ui/gamesrecommended.html | 4 +- dashboard-ui/gamestudios.html | 4 +- dashboard-ui/gamesystems.html | 4 +- dashboard-ui/index.html | 15 +- dashboard-ui/itembynamedetails.html | 23 +- dashboard-ui/itemdetails.html | 26 +- dashboard-ui/livetvchannel.html | 2 +- dashboard-ui/livetvchannels.html | 2 +- dashboard-ui/livetvguide.html | 2 +- dashboard-ui/livetvnewrecording.html | 2 +- dashboard-ui/livetvprogram.html | 2 +- dashboard-ui/livetvrecording.html | 2 +- dashboard-ui/livetvrecordinglist.html | 2 +- dashboard-ui/livetvrecordings.html | 2 +- dashboard-ui/livetvseriestimer.html | 2 +- dashboard-ui/livetvseriestimers.html | 2 +- dashboard-ui/livetvsettings.html | 2 +- dashboard-ui/livetvsuggested.html | 2 +- dashboard-ui/livetvtimer.html | 2 +- dashboard-ui/livetvtimers.html | 2 +- dashboard-ui/moviegenres.html | 5 +- dashboard-ui/moviepeople.html | 5 +- dashboard-ui/movies.html | 5 +- dashboard-ui/movieslatest.html | 10 +- dashboard-ui/moviesrecommended.html | 3 +- dashboard-ui/moviestudios.html | 5 +- dashboard-ui/movietrailers.html | 12 +- dashboard-ui/musicalbumartists.html | 4 +- dashboard-ui/musicalbums.html | 4 +- dashboard-ui/musicartists.html | 4 +- dashboard-ui/musicgenres.html | 4 +- dashboard-ui/musicrecommended.html | 4 +- dashboard-ui/musicvideos.html | 4 +- dashboard-ui/scripts/episodes.js | 13 +- dashboard-ui/scripts/extensions.js | 14 + dashboard-ui/scripts/gamegenrepage.js | 11 +- dashboard-ui/scripts/gamespage.js | 11 +- dashboard-ui/scripts/gamesrecommendedpage.js | 8 +- dashboard-ui/scripts/gamestudiospage.js | 11 +- dashboard-ui/scripts/gamesystemspage.js | 11 +- dashboard-ui/scripts/indexpage.js | 260 ++++--------------- dashboard-ui/scripts/itemdetailpage.js | 4 - dashboard-ui/scripts/itemlistpage.js | 4 +- dashboard-ui/scripts/librarybrowser.js | 2 +- dashboard-ui/scripts/librarymenu.js | 230 ++++++++++------ dashboard-ui/scripts/mediacontroller.js | 8 +- dashboard-ui/scripts/mediaplayer.js | 8 - dashboard-ui/scripts/moviegenres.js | 11 +- dashboard-ui/scripts/moviepeople.js | 19 +- dashboard-ui/scripts/movies.js | 17 +- dashboard-ui/scripts/movieslatest.js | 35 +-- dashboard-ui/scripts/moviesrecommended.js | 8 +- dashboard-ui/scripts/moviestudios.js | 11 +- dashboard-ui/scripts/musicalbumartists.js | 11 +- dashboard-ui/scripts/musicalbums.js | 16 +- dashboard-ui/scripts/musicartists.js | 11 +- dashboard-ui/scripts/musicgenres.js | 11 +- dashboard-ui/scripts/musicrecommended.js | 14 +- dashboard-ui/scripts/musicvideos.js | 11 +- dashboard-ui/scripts/songs.js | 13 +- dashboard-ui/scripts/tvgenres.js | 11 +- dashboard-ui/scripts/tvlatest.js | 5 +- dashboard-ui/scripts/tvpeople.js | 11 +- dashboard-ui/scripts/tvrecommended.js | 10 +- dashboard-ui/scripts/tvshows.js | 17 +- dashboard-ui/scripts/tvstudios.js | 11 +- dashboard-ui/scripts/tvupcoming.js | 5 +- dashboard-ui/songs.html | 4 +- dashboard-ui/tvgenres.html | 4 +- dashboard-ui/tvlatest.html | 4 +- dashboard-ui/tvpeople.html | 4 +- dashboard-ui/tvrecommended.html | 4 +- dashboard-ui/tvshows.html | 4 +- dashboard-ui/tvstudios.html | 6 +- dashboard-ui/tvupcoming.html | 4 +- 81 files changed, 571 insertions(+), 550 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 0f9d6d8bf6..bc690377be 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -7,7 +7,7 @@ padding-top: 48px !important; } - .libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage):not(#itemListPage):not(.nowPlayingPage) { + .libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage):not(#itemListPage):not(.nowPlayingPage):not(.trailerPage) { padding-top: 91px !important; } @@ -61,6 +61,14 @@ vertical-align: top; } +.selectedMediaFolder { + color: #fff!important; +} +.viewMenuBar .selectedMediaFolder:before { + content: '\25BA'; + color: #fff; +} + .viewMenuSecondary { float: right; } @@ -107,8 +115,8 @@ } .listHeader { - margin-top: .75em; - margin-bottom: 0; + margin-top: .5em; + margin-bottom: .25em; padding-left: 7px; } @@ -126,17 +134,16 @@ .libraryViewNavInner { text-align: center; - font-family: sans-serif, Arial; font-size: 14px; white-space: nowrap; padding: 0 0 0; overflow-x: auto; height: 55px; - text-transform: uppercase; } .libraryViewNav .ui-btn-active .libraryViewNavLinkContent { border-bottom-color: #38c; + color: #fff; } .libraryViewNav a { @@ -153,24 +160,11 @@ color: #bbb!important; } - .libraryViewNav a:after { - content: "|"; - color: #444; - font-size: 20px; - font-weight: normal !important; - position: absolute; - top: 7px; - } - - .libraryViewNav a:last-child::after { - content: ""; - } - .libraryViewNavLinkContent { - border-bottom: 6px solid transparent; + border-bottom: 5px solid transparent; display: inline-block; - padding: 0 1em 6px; - margin: 0 -2px 0 -1px; + padding: 0 .9em 7px; + color: #ddd; } .ehsContent { @@ -590,7 +584,7 @@ a.itemTag:hover { } .lblDetailTab { - font-size: 15px!important; + font-size: 14px!important; font-weight: 400!important; font-family: 'Open Sans'; padding: .5em 1em; diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 5367c2ba2e..19b172dae7 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -1,5 +1,5 @@ .posterItem { - margin: 4px 5px; + margin: 5px 5px; text-shadow: none; font-weight: normal!important; display: inline-block; @@ -170,9 +170,9 @@ } .posterItemProgress .itemProgressBar { - height: 10px; + height: 8px; width: 100%; - opacity: .7; + opacity: .8; } .miniPosterItemProgress { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 987c3a530c..e0dff5b79b 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -45,9 +45,8 @@ body { } h1 { - font-weight: 400; - font-size: 1.8em; - text-transform: uppercase; + font-weight: 300; + font-size: 2em; } .ui-loader h1 { diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index 135f58c40b..eab6a54e7f 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -6,12 +6,12 @@
-
+
${TabSuggested} ${TabLatest} ${TabUpcoming} ${TabShows} - ${TabEpisodes} + ${TabEpisodes} ${TabGenres} ${TabPeople} ${TabNetworks} diff --git a/dashboard-ui/gamegenres.html b/dashboard-ui/gamegenres.html index 89b3e3db69..04da91ed23 100644 --- a/dashboard-ui/gamegenres.html +++ b/dashboard-ui/gamegenres.html @@ -5,11 +5,11 @@
-
+
diff --git a/dashboard-ui/games.html b/dashboard-ui/games.html index a5ac63935d..b9a211c8c7 100644 --- a/dashboard-ui/games.html +++ b/dashboard-ui/games.html @@ -5,9 +5,9 @@
-
+
${TabSuggested} - ${TabGames} + ${TabGames} ${TabGameSystems} ${TabGenres} ${TabStudios} diff --git a/dashboard-ui/gamesrecommended.html b/dashboard-ui/gamesrecommended.html index e6b0cab846..8837f90efc 100644 --- a/dashboard-ui/gamesrecommended.html +++ b/dashboard-ui/gamesrecommended.html @@ -5,8 +5,8 @@
-
- ${TabSuggested} +
+ ${TabSuggested} ${TabGames} Game Systems ${TabGenres} diff --git a/dashboard-ui/gamestudios.html b/dashboard-ui/gamestudios.html index 0ecb868a78..f84159a161 100644 --- a/dashboard-ui/gamestudios.html +++ b/dashboard-ui/gamestudios.html @@ -5,12 +5,12 @@
-
+
diff --git a/dashboard-ui/gamesystems.html b/dashboard-ui/gamesystems.html index 0f5de4c14d..d8b1a25c52 100644 --- a/dashboard-ui/gamesystems.html +++ b/dashboard-ui/gamesystems.html @@ -5,10 +5,10 @@
-
+ diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 5fe8a724f1..c7538612d4 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -4,20 +4,23 @@ ${TitleMediaBrowser} -
+
+
diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 77b659433f..17982f1ce1 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -6,40 +6,37 @@