diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index cb7fc4c4b4..f76e8a6ba7 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -463,6 +463,7 @@ a.itemTag:hover { top: -230px; margin: 0 auto 0 -20px; text-align: center; + left: 0; width: 100%; } diff --git a/dashboard-ui/css/tileitem.css b/dashboard-ui/css/tileitem.css index c214018d19..e937f834cd 100644 --- a/dashboard-ui/css/tileitem.css +++ b/dashboard-ui/css/tileitem.css @@ -110,6 +110,7 @@ .tileName + .tileName { margin-top: .75em; + font-weight: normal; } .tileItem .userDataIcons img { @@ -133,19 +134,23 @@ width: 45%; } - .posterTileItem .tileImage { - height: 120px; - } + .posterTileItem .tileImage { + height: 120px; + } - .squareTileItem .tileImage { - height: 115px; - } + .squareTileItem .tileImage { + height: 115px; + } .smallPosterTileItem { width: 210px; display: inline-block; margin: 3px; } + + .smallBackdropTileItem { + display: block; + } } @media all and (min-width: 750px) { diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index b1e0ee2c50..d502585ee7 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -143,7 +143,7 @@