From bf80b29a97e5f90f98a77a3f7321697664540704 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 6 Sep 2014 13:46:09 -0400 Subject: [PATCH] add system id to remote calls --- dashboard-ui/css/card.css | 33 +++++++++++++++++++++++++++-- dashboard-ui/css/librarybrowser.css | 6 +++--- dashboard-ui/scripts/songs.js | 3 ++- dashboard-ui/supporter.html | 4 ++-- 4 files changed, 38 insertions(+), 8 deletions(-) diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index ea93f1f3bf..f14ff89890 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -536,6 +536,13 @@ } } +@media all and (min-width: 2200px) { + + .homePageBackdropCard { + width: 16.666666666666666666666666666667%; + } +} + /** homePageSquareCard */ .homePageSquareCard .cardPadder { @@ -575,14 +582,14 @@ } } -@media all and (min-width: 1600px) { +@media all and (min-width: 1280px) { .homePageSquareCard { width: 14.285714285714285714285714285714%; } } -@media all and (min-width: 1280px) { +@media all and (min-width: 1600px) { .homePageSquareCard { width: 14.285714285714285714285714285714%; @@ -596,6 +603,13 @@ } } +@media all and (min-width: 2200px) { + + .homePageSquareCard { + width: 11.11111111111111111%; + } +} + /** homePagePortraitCard */ .homePagePortraitCard .cardPadder { @@ -649,6 +663,13 @@ } } +@media all and (min-width: 2200px) { + + .homePagePortraitCard { + width: 10%; + } +} + /** homePageSmallBackdropCard */ .homePageSmallBackdropCard .cardPadder { @@ -694,3 +715,11 @@ width: 14.285714285714285714285714285714%; } } + + +@media all and (min-width: 2200px) { + + .homePageSmallBackdropCard { + width: 12.5%; + } +} \ No newline at end of file diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e02bbc7e38..a1e2063726 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -118,14 +118,14 @@ @media all and (min-width: 1600px) { .ehsContent { - width: 1280px; + width: 1500px; } } -@media all and (min-width: 1600px) { +@media all and (min-width: 2200px) { .ehsContent { - width: 1500px; + width: 1900px; } } diff --git a/dashboard-ui/scripts/songs.js b/dashboard-ui/scripts/songs.js index db1a03c8f9..2d631de163 100644 --- a/dashboard-ui/scripts/songs.js +++ b/dashboard-ui/scripts/songs.js @@ -52,7 +52,8 @@ limit: query.Limit, totalRecordCount: result.TotalRecordCount, viewButton: true, - showLimit: false + showLimit: false, + updatePageSizeSetting: false }); $('.listTopPaging', page).html(pagingHtml).trigger('create'); diff --git a/dashboard-ui/supporter.html b/dashboard-ui/supporter.html index e35817bfa2..665a8c6640 100644 --- a/dashboard-ui/supporter.html +++ b/dashboard-ui/supporter.html @@ -52,13 +52,13 @@ -
+
${LabelRecurringDonationCanBeCancelledHelp}