From 8b571991c7a54c5b75cd0090485ffd67055213b4 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Fri, 5 Jun 2015 22:44:21 +0200 Subject: [PATCH] tweak marathon trophies --- public/stylesheets/user-show.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/user-show.css b/public/stylesheets/user-show.css index a3ec5f093b..096836049b 100644 --- a/public/stylesheets/user-show.css +++ b/public/stylesheets/user-show.css @@ -41,12 +41,12 @@ div.user_show .fire_trophy span:hover { -webkit-transform: scale(0.35) translate(-103px, -10px); } div.user_show .fire_trophy.marathonTopTen span { - transform: scale(0.25) translate(-112px, 36px); - -webkit-transform: scale(0.25) translate(-112px, 36px); + transform: scale(0.3) translate(-112px, 14px); + -webkit-transform: scale(0.3) translate(-112px, 14px); } div.user_show .fire_trophy.marathonTopTen span:hover { - transform: scale(0.25) translate(-112px, 28px); - -webkit-transform: scale(0.25) translate(-112px, 28px); + transform: scale(0.3) translate(-112px, 6px); + -webkit-transform: scale(0.3) translate(-112px, 6px); } div.user_show .fire_trophy.marathonTopFifty span { transform: scale(0.25) translate(-112px, 36px);