From 5f32167765a44b52c1078e1086ea391476e8668e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 10 Jul 2015 00:44:21 -0400 Subject: [PATCH] update icons --- dashboard-ui/channelitems.html | 4 +- dashboard-ui/channels.html | 4 +- dashboard-ui/channelslatest.html | 4 +- dashboard-ui/collections.html | 14 +-- dashboard-ui/cordova/imagestore.js | 5 +- dashboard-ui/css/librarybrowser.css | 5 - dashboard-ui/css/librarymenu.css | 4 +- dashboard-ui/episodes.html | 16 +-- dashboard-ui/index.html | 16 +-- dashboard-ui/itembynamedetails.html | 118 +++++++++--------- dashboard-ui/itemdetails.html | 88 ++++++------- dashboard-ui/livetvchannel.html | 12 +- dashboard-ui/livetvchannels.html | 12 +- dashboard-ui/livetvguide.html | 12 +- dashboard-ui/livetvitems.html | 12 +- dashboard-ui/livetvnewrecording.html | 12 +- dashboard-ui/livetvprogram.html | 12 +- dashboard-ui/livetvrecording.html | 12 +- dashboard-ui/livetvrecordinglist.html | 12 +- dashboard-ui/livetvrecordings.html | 12 +- dashboard-ui/livetvseriestimer.html | 12 +- dashboard-ui/livetvseriestimers.html | 12 +- dashboard-ui/livetvsuggested.html | 12 +- dashboard-ui/livetvtimer.html | 12 +- dashboard-ui/livetvtimers.html | 12 +- dashboard-ui/moviegenres.html | 14 +-- dashboard-ui/moviepeople.html | 14 +-- dashboard-ui/movies.html | 14 +-- dashboard-ui/moviesrecommended.html | 14 +-- dashboard-ui/moviestudios.html | 14 +-- dashboard-ui/movietrailers.html | 14 +-- dashboard-ui/musicalbumartists.html | 14 +-- dashboard-ui/musicalbums.html | 14 +-- dashboard-ui/musicartists.html | 14 +-- dashboard-ui/musicgenres.html | 14 +-- dashboard-ui/musicrecommended.html | 14 +-- dashboard-ui/musicvideos.html | 14 +-- dashboard-ui/mysync.html | 2 +- dashboard-ui/mysyncjob.html | 2 +- dashboard-ui/photos.html | 6 +- dashboard-ui/scripts/site.js | 1 - dashboard-ui/songs.html | 14 +-- dashboard-ui/themes/ios.css | 11 +- dashboard-ui/thirdparty/emby-icons.html | 9 ++ .../materialicons/MaterialIcons-Regular.eot | Bin 120622 -> 0 bytes .../materialicons/MaterialIcons-Regular.ttf | Bin 107780 -> 0 bytes .../materialicons/MaterialIcons-Regular.woff | Bin 63988 -> 0 bytes .../materialicons/MaterialIcons-Regular.woff2 | Bin 36888 -> 0 bytes .../thirdparty/materialicons/style.css | 23 ---- .../thirdparty/paper-button-style.css | 11 +- dashboard-ui/tvgenres.html | 16 +-- dashboard-ui/tvlatest.html | 16 +-- dashboard-ui/tvpeople.html | 16 +-- dashboard-ui/tvrecommended.html | 16 +-- dashboard-ui/tvshows.html | 16 +-- dashboard-ui/tvstudios.html | 16 +-- dashboard-ui/tvupcoming.html | 16 +-- dashboard-ui/vulcanize-out.html | 9 ++ 58 files changed, 395 insertions(+), 419 deletions(-) delete mode 100644 dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.eot delete mode 100644 dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.ttf delete mode 100644 dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff delete mode 100644 dashboard-ui/thirdparty/materialicons/MaterialIcons-Regular.woff2 delete mode 100644 dashboard-ui/thirdparty/materialicons/style.css 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 @@
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 @@