From 535387ecd38268d490e5089d7126d0eca9fae3bf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 26 Feb 2016 12:15:06 -0500 Subject: [PATCH] update recordings --- .../emby-webcomponents/browserdeviceprofile.js | 3 ++- dashboard-ui/css/card.css | 13 ++++++++----- dashboard-ui/css/librarybrowser.css | 4 ---- dashboard-ui/css/librarymenu.css | 4 ++-- dashboard-ui/scheduledtask.html | 9 ++++----- dashboard-ui/scripts/htmlmediarenderer.js | 9 +++++++++ dashboard-ui/scripts/librarybrowser.js | 2 +- dashboard-ui/scripts/librarymenu.js | 4 ++-- dashboard-ui/scripts/livetvrecordinglist.js | 3 ++- dashboard-ui/scripts/livetvrecordings.js | 2 +- dashboard-ui/scripts/mediaplayer.js | 2 +- dashboard-ui/scripts/scheduledtaskpage.js | 4 ++++ dashboard-ui/scripts/site.js | 8 +------- dashboard-ui/strings/html/server.json | 2 +- dashboard-ui/strings/javascript/javascript.json | 3 ++- 15 files changed, 40 insertions(+), 32 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js index 4845a5280a..1a1d7dd868 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js +++ b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js @@ -39,7 +39,8 @@ define(['browser'], function (browser) { function canPlayHlsWithMSE() { if (window.MediaSource != null) { // text tracks don’t work with this in firefox - return !browser.firefox; + return true; + //return !browser.firefox; } return false; diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index c0f9a23d6b..9abe96b205 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -44,7 +44,7 @@ } .cardBox { - margin: 1px; + margin: 4px; } @media all and (max-width: 800px) { @@ -54,6 +54,13 @@ } } +@media all and (min-width: 800px) { + + .cardImage { + border-radius: 2px; + } +} + .defaultBackground .cardImage { background-color: #303030; } @@ -62,10 +69,6 @@ background-color: #181818; } -.homeTopViews .cardImage { - border-radius: 2px; -} - .cardOverlayButtonContainer { position: absolute; bottom: 0; diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 94f7dd6440..8513cc97e5 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1542,10 +1542,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { display: none !important; } -.movieTrailersTabDisabled .movieTrailersTab { - display: none !important; -} - .homeFavoritesDisabled .homeFavoritesTab { display: none !important; } diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 49eaba4118..e9398f4c18 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -403,12 +403,12 @@ body:not(.dashboardDocument) .btnNotifications { } .darkDrawer .sidebarLinkIcon { - color: #ccc !important; + color: #eee !important; } .darkDrawer .sidebarLinkText, .darkDrawer .sidebarLink { color: #fff !important; - font-weight: 300 !important; + font-weight: normal !important; } .darkDrawer .sidebarHeader { diff --git a/dashboard-ui/scheduledtask.html b/dashboard-ui/scheduledtask.html index b8525d28e5..609fffdb29 100644 --- a/dashboard-ui/scheduledtask.html +++ b/dashboard-ui/scheduledtask.html @@ -4,7 +4,7 @@ ${TitleScheduledTasks} -
+
@@ -56,8 +56,8 @@
  • - - + +
  • @@ -81,8 +81,7 @@
  • - - +