diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 7371f8556e..be885ef850 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -221,7 +221,7 @@ background-size: cover; vertical-align: top; position: relative; - top: -2px; + top: -1px; } .halfStarRating { @@ -236,7 +236,7 @@ display: inline-block; margin-left: 1px; position: relative; - top: -2px; + top: -1px; } .rottentomatoesicon { @@ -248,7 +248,7 @@ background-repeat: no-repeat; vertical-align: top; position: relative; - top: -2px; + top: -1px; } .starRatingValue + .rottentomatoesicon { @@ -266,25 +266,24 @@ .metascore { font-family: Arial; color: #fff; - font-weight: bold; display: inline-block; font-size: 12px; text-align: center; padding: 2px 4px; position: relative; - top: -2px; + top: -1px; } .metascorehigh { - background-color: rgba(102, 204, 51, .75); + background-color: rgba(102, 204, 51, .65); } .metascoremid { - background-color: rgba(255, 204, 51, .75); + background-color: rgba(255, 204, 51, .65); } .metascorelow { - background-color: rgba(240, 0, 0, .75); + background-color: rgba(240, 0, 0, .65); } .criticRating + .metascore, .starRatingValue + .metascore { @@ -311,7 +310,7 @@ display: inline-block; margin-left: 1px; position: relative; - top: -2px; + top: -1px; } .criticRatingSummary { diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 51f80d9176..9b8a2c6883 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -26,7 +26,7 @@ right: 0; left: 0; bottom: 0; - background-color: rgba(0, 0, 0, .9); + background-color: rgba(0, 0, 0, .85); z-index: 999; display: none; } diff --git a/dashboard-ui/scripts/livetvrecordings.js b/dashboard-ui/scripts/livetvrecordings.js index b673265fb9..4d5c63e198 100644 --- a/dashboard-ui/scripts/livetvrecordings.js +++ b/dashboard-ui/scripts/livetvrecordings.js @@ -68,7 +68,7 @@ apiClient.getLiveTvRecordings({ userId: Dashboard.getCurrentUserId(), - isRecording: true + IsInProgress: true }).done(function (result) { @@ -80,7 +80,7 @@ userId: Dashboard.getCurrentUserId(), limit: 12, - isRecording: false + IsInProgress: false }).done(function (result) {