From f515eab01b3dbd3d56c971389c9dc765c42dd9c4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 7 May 2015 10:04:10 -0400 Subject: [PATCH] rename web client tab --- dashboard-ui/channelitems.html | 2 +- dashboard-ui/channels.html | 2 +- dashboard-ui/channelslatest.html | 2 +- dashboard-ui/collections.html | 4 +- dashboard-ui/css/card.css | 3 +- dashboard-ui/css/detailtable.css | 1 - dashboard-ui/css/librarybrowser.css | 28 +++++ dashboard-ui/css/site.css | 26 +++- dashboard-ui/css/tileitem.css | 2 - dashboard-ui/episodes.html | 4 +- dashboard-ui/favorites.html | 2 +- dashboard-ui/index.html | 2 +- dashboard-ui/itembynamedetails.html | 38 +++--- dashboard-ui/itemdetails.html | 28 ++--- dashboard-ui/moviegenres.html | 4 +- dashboard-ui/moviepeople.html | 2 +- dashboard-ui/movies.html | 4 +- dashboard-ui/moviesrecommended.html | 4 +- dashboard-ui/moviestudios.html | 2 +- dashboard-ui/movietrailers.html | 4 +- dashboard-ui/musicalbumartists.html | 4 +- dashboard-ui/musicalbums.html | 4 +- dashboard-ui/musicartists.html | 2 +- dashboard-ui/musicgenres.html | 4 +- dashboard-ui/musicrecommended.html | 4 +- dashboard-ui/musicvideos.html | 4 +- dashboard-ui/mypreferencesdisplay.html | 2 +- dashboard-ui/mypreferenceslanguages.html | 2 +- dashboard-ui/mypreferenceswebclient.html | 2 +- dashboard-ui/myprofile.html | 2 +- dashboard-ui/scripts/indexpage.js | 2 +- dashboard-ui/scripts/librarybrowser.js | 7 +- dashboard-ui/scripts/librarylist.js | 4 +- dashboard-ui/scripts/moviesrecommended.js | 117 ++++++++++-------- dashboard-ui/scripts/site.js | 46 ++++++- dashboard-ui/scripts/tvlatest.js | 6 +- dashboard-ui/scripts/tvrecommended.js | 19 +-- dashboard-ui/scripts/tvupcoming.js | 6 +- dashboard-ui/songs.html | 2 +- .../thirdparty/jquery.unveil-custom.js | 14 ++- dashboard-ui/tvgenres.html | 6 +- dashboard-ui/tvlatest.html | 6 +- dashboard-ui/tvpeople.html | 4 +- dashboard-ui/tvrecommended.html | 8 +- dashboard-ui/tvshows.html | 6 +- dashboard-ui/tvstudios.html | 6 +- dashboard-ui/tvupcoming.html | 8 +- 47 files changed, 287 insertions(+), 174 deletions(-) diff --git a/dashboard-ui/channelitems.html b/dashboard-ui/channelitems.html index 948b9e09c0..f0f4534bdb 100644 --- a/dashboard-ui/channelitems.html +++ b/dashboard-ui/channelitems.html @@ -7,7 +7,7 @@
diff --git a/dashboard-ui/channels.html b/dashboard-ui/channels.html index 4f3ceefb09..53b2d6cae4 100644 --- a/dashboard-ui/channels.html +++ b/dashboard-ui/channels.html @@ -7,7 +7,7 @@
diff --git a/dashboard-ui/channelslatest.html b/dashboard-ui/channelslatest.html index 505c026b04..a2eb5f16a5 100644 --- a/dashboard-ui/channelslatest.html +++ b/dashboard-ui/channelslatest.html @@ -7,7 +7,7 @@
diff --git a/dashboard-ui/collections.html b/dashboard-ui/collections.html index f9b5235cb5..cbde5969b6 100644 --- a/dashboard-ui/collections.html +++ b/dashboard-ui/collections.html @@ -12,8 +12,8 @@ ${TabTrailers} ${TabCollections} ${TabGenres} - ${TabPeople} - ${TabStudios} + ${TabPeople} + ${TabStudios}
diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 1dc4037d6e..211bfb1eea 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -48,7 +48,7 @@ } .largeCardMargin .cardBox { - margin: 7px; + margin: 8px; } /*@media all and (max-width: 600px) { @@ -184,7 +184,6 @@ text-wrap: none; white-space: nowrap; padding: 5px 4px 2px; - text-shadow: none; font-weight: 400; line-height: 1.4; } diff --git a/dashboard-ui/css/detailtable.css b/dashboard-ui/css/detailtable.css index a79759b8c9..e3c47faca4 100644 --- a/dashboard-ui/css/detailtable.css +++ b/dashboard-ui/css/detailtable.css @@ -9,7 +9,6 @@ text-align: left; width: 100%; margin: 0 auto; - text-shadow: none!important; } .stretchedDetailTable { diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 37a252d528..11d67dcb4d 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1477,3 +1477,31 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { padding-left: 1em; } } + +.latestChannelItemsDisabled .latestChannelItemsTab { + display: none !important; +} + +.studioTabDisabled .tvStudiosTab, .studioTabDisabled .movieStudiosTab { + display: none !important; +} + +.peopleTabDisabled .tvPeopleTab, .peopleTabDisabled .moviePeopleTab { + display: none !important; +} + +.tvEpisodesTabDisabled .tvEpisodesTab { + display: none !important; +} + +.musicSongsTabDisabled .musicSongsTab { + display: none !important; +} + +.musicArtistsTabDisabled .musicArtistsTab { + display: none !important; +} + +.homeLatestTabDisabled .homeLatestTab { + display: none !important; +} diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8ce09d0aa4..9b98020ae4 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -385,7 +385,6 @@ h1 .imageLink { padding: .6em 20px .6em 0; text-decoration: none; color: inherit !important; - text-shadow: none !important; font-weight: 500 !important; font-size: 14px; vertical-align: middle; @@ -625,7 +624,6 @@ h1 .imageLink { } .footerNotification { - text-shadow: none; padding: .75em 1em; margin: 0; font-weight: normal; @@ -1131,3 +1129,27 @@ h1 + .accentButton { /* One less than jqm loading spinner, so we can combine them */ z-index: 9999998; } + +.nativeApp * { + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-touch-callout: none; + -moz-touch-callout: none; + -ms-touch-callout: none; + touch-callout: none; + -webkit-user-drag: none; + -moz-user-drag: none; + -ms-user-drag: none; + user-drag: none; +} + +.nativeApp input { + -webkit-user-select: auto !important; + -khtml-user-select: auto !important; + -moz-user-select: auto !important; + -ms-user-select: auto !important; + user-select: auto !important; +} diff --git a/dashboard-ui/css/tileitem.css b/dashboard-ui/css/tileitem.css index 682f2ddc37..d8cd0a49ab 100644 --- a/dashboard-ui/css/tileitem.css +++ b/dashboard-ui/css/tileitem.css @@ -383,7 +383,6 @@ .posterItem { margin: 5px 5px; - text-shadow: none; font-weight: normal !important; display: inline-block; position: relative; @@ -403,6 +402,5 @@ text-wrap: none; white-space: nowrap; padding: 5px 4px 4px; - text-shadow: none; font-weight: 400; } \ No newline at end of file diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index a96363884f..79f44499c4 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -13,8 +13,8 @@ ${TabShows} ${TabEpisodes} ${TabGenres} - ${TabPeople} - ${TabNetworks} + ${TabPeople} + ${TabNetworks}
diff --git a/dashboard-ui/favorites.html b/dashboard-ui/favorites.html index 0a4cacae9b..0958611ae8 100644 --- a/dashboard-ui/favorites.html +++ b/dashboard-ui/favorites.html @@ -8,7 +8,7 @@
${TabHome} - ${TabLatest} + ${TabLatest} ${TabNextUp} ${TabFavorites} ${TabUpcoming} diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 45331e2131..d023a56c4e 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -8,7 +8,7 @@
${TabHome} - ${TabLatest} + ${TabLatest} ${TabNextUp} ${TabFavorites} ${TabUpcoming} diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 9ce83dce8c..0d661aa8df 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -13,8 +13,8 @@ ${TabTrailers} ${TabCollections} ${TabGenres} - ${TabPeople} - ${TabStudios} + ${TabPeople} + ${TabStudios}