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; }