From 6bc1ea47439417fff974981a782f14c97db8417a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 4 May 2013 14:30:38 -0400 Subject: [PATCH] fixes #205 - Season posters and episode thumbnails get too small when resizing the window --- dashboard-ui/css/tileitem.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dashboard-ui/css/tileitem.css b/dashboard-ui/css/tileitem.css index 36e906b22e..e1c9f2dc7f 100644 --- a/dashboard-ui/css/tileitem.css +++ b/dashboard-ui/css/tileitem.css @@ -79,6 +79,19 @@ font-weight: normal; } +.smallBackdropTileItem .tileImage { + height: 125px; + width: 45%; +} + +.smallBackdropTileItem .tileContent { + width: 50%; +} + +.smallBackdropTileItem .tileName { + font-weight: normal; +} + .squareTileItem .tileImage { height: 100px; width: 35%; @@ -121,6 +134,11 @@ margin-right: 3px; } + .smallBackdropTileItem { + display: block; + } + + .backdropTileItem, .posterTileItem, .squareTileItem { width: 46%; } @@ -140,6 +158,15 @@ @media all and (min-width: 850px) { + .smallBackdropTileItem { + width: 370px; + display: inline-block; + } + + .smallBackdropTileItem .tileImage { + height: 95px; + } + .backdropTileItem .tileImage { height: 105px; }