From cb28f759bf608e54fc7b37adf6ec742d344f2255 Mon Sep 17 00:00:00 2001 From: Hedgehog Date: Thu, 27 Feb 2014 22:37:10 +0400 Subject: [PATCH] update fix --- css/profile.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/profile.css b/css/profile.css index deb995b..d842c99 100644 --- a/css/profile.css +++ b/css/profile.css @@ -3,7 +3,7 @@ ***************************************/ .profile-card { - padding: 7px; +/* padding: 7px;*/ background: rgba( 255, 255, 255, .5 ); border: solid 1px rgba( 69, 71, 77, .05 ); position: relative; @@ -73,8 +73,8 @@ display: block; position: absolute; bottom: 20px; - right: 10px; - padding: 10px; + right: 3px; + padding: 10px 3px; font-size: 12px; width: 120px; text-align: center; @@ -85,7 +85,7 @@ } .profile-card .follow { - right: 135px; + right: 128px; } .profile-card .direct-messages:hover, .profile-card .direct-messages-with-user:hover,