From 77b6eecf9ed0262e8d35fe107d9fdb8e4d4b055a Mon Sep 17 00:00:00 2001 From: Techywarrior Date: Mon, 23 Jun 2014 10:18:51 -0700 Subject: [PATCH] Update site.css Remove right margin on last edit icon (fixes unnecessary spillover on hover menu on posters) --- dashboard-ui/css/site.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index e1b451f65d..e94d78913c 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -769,6 +769,9 @@ progress { cursor: pointer; vertical-align: top; } +.imgUserItemRating:last-child { + margin-right: 0; +} .imgUserItemRating:hover { opacity: .5; @@ -1073,4 +1076,4 @@ progress { width: 250px; height: 140.625px; } -} \ No newline at end of file +}