From c38c8601c0050cea97d706a1419f7659cf019d15 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 21 Feb 2014 13:48:00 -0500 Subject: [PATCH] rework web client poster sizes --- dashboard-ui/css/librarybrowser.css | 3 --- dashboard-ui/css/posteritem.css | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 5886638902..4243926634 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -789,9 +789,6 @@ a.itemTag:hover { } @media all and (min-width: 1920px) { - .ehsContent { - max-width: 1540px; - } } .detailPageParentLink { diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 27cc75e86f..deb0ac01bb 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -320,19 +320,19 @@ @media all and (min-width: 1920px) { - .squarePosterItem { - width: 204px; - } - - .squarePosterItem .posterItemImage { - height: 204px; - } - .portraitPosterItem { - width: 164px; + width: 160px; } .portraitPosterItem .posterItemImage { - height: 246px; + height: 240px; + } + + .squarePosterItem { + width: 184px; + } + + .squarePosterItem .posterItemImage { + height: 184px; } }