diff --git a/dashboard-ui/channelitems.html b/dashboard-ui/channelitems.html index d803c3784..afa4493b2 100644 --- a/dashboard-ui/channelitems.html +++ b/dashboard-ui/channelitems.html @@ -7,8 +7,8 @@
- new_releases${TabLatest} - live_tv${TabChannels} + ${TabLatest} + ${TabChannels}
diff --git a/dashboard-ui/channels.html b/dashboard-ui/channels.html index c7e34a051..200d8f203 100644 --- a/dashboard-ui/channels.html +++ b/dashboard-ui/channels.html @@ -7,8 +7,8 @@
diff --git a/dashboard-ui/channelslatest.html b/dashboard-ui/channelslatest.html index 6bf8a4881..25d16ec21 100644 --- a/dashboard-ui/channelslatest.html +++ b/dashboard-ui/channelslatest.html @@ -7,8 +7,8 @@
diff --git a/dashboard-ui/collections.html b/dashboard-ui/collections.html index a0a351c76..e8fd4402a 100644 --- a/dashboard-ui/collections.html +++ b/dashboard-ui/collections.html @@ -7,13 +7,13 @@
diff --git a/dashboard-ui/cordova/imagestore.js b/dashboard-ui/cordova/imagestore.js index aab7b0092..f93c7e9b2 100644 --- a/dashboard-ui/cordova/imagestore.js +++ b/dashboard-ui/cordova/imagestore.js @@ -55,10 +55,9 @@ if ($.browser.safari) { // Use the embedded server for iOS8, and also if we don't know the iOS version, just to be safe - //if ($.browser.iOSVersion == 8 || !$.browser.iOSVersion) - { + //if (($.browser.iOSVersion || 0) < 9) { return url.replace('file://', ''); - } + //} } return url; } diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index cc994abf3..29c42836f 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1017,11 +1017,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { display: inline-block; } - .playedIndicator .material-icons { - font-size: 16px; - line-height: 24px; - } - .textIndicator { height: 22px; padding-top: 2px; diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 50dd00369..20d6f44d1 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -31,7 +31,7 @@ display: inline-block; } -.viewMenuBar .material-icons, .viewMenuBar .fa, .viewMenuBar paper-icon-button { +.viewMenuBar .fa, .viewMenuBar paper-icon-button { color: #fff; vertical-align: middle; } @@ -204,7 +204,7 @@ background-color: transparent !important; } -.libraryViewNav .material-icons { +.libraryViewNav iron-icon { display: none; } diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index f72d7a695..04cdabe5d 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -7,14 +7,14 @@
diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index d70a14ce0..010aca9ab 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -9,16 +9,16 @@
- home${TabHome} - navigate_next${TabNextUp} - favorite${TabFavorites} - schedule${TabUpcoming} + ${TabHome} + ${TabNextUp} + ${TabFavorites} + ${TabUpcoming}
diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index a164987d3..6d9c0d54d 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -8,93 +8,93 @@