diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 41132c6a0f..e75b3246d2 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -45,7 +45,7 @@ } .cardBox { - margin: 2px; + margin: 1px; } .grayscale { @@ -54,15 +54,8 @@ filter: grayscale(100%); } -@media all and (max-width: 600px) { - - .cardBox { - margin: 1px; - } -} - .bottomPaddedCard .cardBox { - margin-bottom: 10px; + margin-bottom: 5px; } .visualFooterCard .outerCardFooter { @@ -403,10 +396,6 @@ @media all and (min-width: 2200px) { - .squareCard { - width: 10%; - } - .bannerCard { width: 25%; } diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 82bb894556..acf97b0bd3 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -1,9 +1,9 @@ .libraryPage { - padding-top: 50px !important; + padding-top: 49px !important; } .libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) { - padding-top: 99px !important; + padding-top: 98px !important; } .libraryMenuDivider { @@ -121,7 +121,7 @@ } .libraryViewNav { - height: 49px; + height: 48px; overflow: hidden; position: fixed; right: 0; @@ -226,7 +226,7 @@ margin: 0 0; position: relative; font-weight: normal; - border-bottom: 5px solid transparent; + border-bottom: 4px solid transparent; } .libraryViewNav a:not(.ui-btn-active):hover { diff --git a/dashboard-ui/livetvguide.html b/dashboard-ui/livetvguide.html index d8399f34b7..07d946cb87 100644 --- a/dashboard-ui/livetvguide.html +++ b/dashboard-ui/livetvguide.html @@ -16,7 +16,7 @@
-
+
diff --git a/dashboard-ui/scripts/musicrecommended.js b/dashboard-ui/scripts/musicrecommended.js index 6ab476c3b2..80ddbda79e 100644 --- a/dashboard-ui/scripts/musicrecommended.js +++ b/dashboard-ui/scripts/musicrecommended.js @@ -4,7 +4,7 @@ var screenWidth = $(window).width(); - return screenWidth >= 2200 ? 10 : 9; + return screenWidth >= 1920 ? 9 : 8; } function loadLatest(page, parentId) { diff --git a/dashboard-ui/scripts/supporterpage.js b/dashboard-ui/scripts/supporterpage.js index e3f3dc90a1..122a722f57 100644 --- a/dashboard-ui/scripts/supporterpage.js +++ b/dashboard-ui/scripts/supporterpage.js @@ -43,10 +43,10 @@ return $(".radioDonationType:checked", page).val(); } - var lifeTimeAmount = 59; + var lifeTimeAmount = 69; var dailyAmount = 1; - var monthlyAmount = 4; - var yearlyAmount = 32; + var monthlyAmount = 5; + var yearlyAmount = 36; function getDonationAmount(page) { var type = getDonationType(page);