diff --git a/ApiClient.js b/ApiClient.js index 151e62462f..e72d48e3e9 100644 --- a/ApiClient.js +++ b/ApiClient.js @@ -3570,7 +3570,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi }); }; - self.createPackageReview = function(review) { + self.createPackageReview = function (review) { var url = self.getUrl("PackageReviews/" + review.id, review); diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index d136e18dbe..99f9dd6267 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -37,14 +37,14 @@ } .posterItemStoreText { - font-family: 'Open Sans', sans-serif; - font-weight: normal; - font-size: 16px; + font-family: 'Open Sans', sans-serif; + font-weight: normal; text-overflow: ellipsis; overflow: hidden; text-wrap: none; white-space: nowrap; text-shadow: none; + padding-left: 2px; } @@ -84,18 +84,22 @@ } .storeItem { - width: 270px; - display: inline-block; - margin: 10px; + display: inline-block; + margin: 0 15px 15px 0; } -.storePosterItem { - width: 270px; +.storeItem, .storePosterItem { + width: 160px; } + .storePosterItem .posterItemImage { - height: 150px; + height: 90px; } +.storeReviewCount { + display: none; +} + .backdropPosterItem { width: 160px; @@ -148,6 +152,14 @@ .backdropPosterItem .posterItemImage { height: 108px; } + + .storeItem, .storePosterItem { + width: 192px; + } + + .storePosterItem .posterItemImage { + height: 108px; + } } @media all and (min-width: 750px) { @@ -190,6 +202,22 @@ .smallBackdropPosterItem .posterItemImage { height: 105px; } + + .storeItem, .storePosterItem { + width: 270px; + } + + .storePosterItem .posterItemImage { + height: 152px; + } + + .posterItemStoreText { + font-size: 18px; + } + + .storeReviewCount { + display: inline; + } } @media all and (min-width: 1440px) { diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html index 03e9612bbb..93ba24ecb5 100644 --- a/dashboard-ui/plugincatalog.html +++ b/dashboard-ui/plugincatalog.html @@ -2,7 +2,6 @@