From a1309fa4a8c70bf28344158070968d206ae20605 Mon Sep 17 00:00:00 2001 From: Tim Hobbs Date: Mon, 16 Jun 2014 12:09:30 -0700 Subject: [PATCH] Align chapter thumbs vertically --- dashboard-ui/css/posteritem.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index ad5b0c4440..a18a9e31f9 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -42,6 +42,10 @@ position: relative; } + #scenesContent .posterItemImage { + background-position-y: center; + } + .posterItem:hover .posterItemImage { -moz-box-shadow: 0 0 12px 7px #38c; -webkit-box-shadow: 0 0 12px 7px #38c;