From b1b15f9f254c30d1604a819f34453d80b029338b Mon Sep 17 00:00:00 2001 From: Techywarrior Date: Tue, 24 Jun 2014 17:14:02 -0700 Subject: [PATCH] Update posteritem.css Remove right margin on last button icon (fixes unnecessary spillover on hover menu on posters) --- dashboard-ui/css/posteritem.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 84fd51c2fe..a7948f24aa 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -27,7 +27,9 @@ .posterItemOverlayInner { padding: 11px 12px 10px; } - +.posterItemOverlayInner button:last-child { + margin-right:0!important; +} .posterItemOverlayInner p { white-space: nowrap; overflow: hidden;