From 4ddc88126ece43f8b13f136815cae91f6c6e7f08 Mon Sep 17 00:00:00 2001 From: tikuf Date: Sat, 5 Apr 2014 12:25:12 +1100 Subject: [PATCH 1/2] Align chapter images to top --- dashboard-ui/css/posteritem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 5367c2ba2e..e308292b5d 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -31,7 +31,7 @@ .posterItemImage { background-size: contain; background-repeat: no-repeat; - background-position: center bottom; + background-position: center top; background-color: #000; position: relative; } From 399ced94ed8363dd486e5c34e1a9dffad78678c8 Mon Sep 17 00:00:00 2001 From: tikuf Date: Wed, 16 Apr 2014 15:01:59 +1000 Subject: [PATCH 2/2] revert poster item css change --- dashboard-ui/css/posteritem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index e308292b5d..5367c2ba2e 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -31,7 +31,7 @@ .posterItemImage { background-size: contain; background-repeat: no-repeat; - background-position: center top; + background-position: center bottom; background-color: #000; position: relative; }