From 4e4065b16b649d4f89a780ae4f7f7e5b62dcdc95 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 22 May 2014 15:18:07 -0300 Subject: [PATCH] fix vote --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ef9db68..fb07d34 100644 --- a/style.css +++ b/style.css @@ -3007,6 +3007,10 @@ body.contraste #social-icons #sb_flickr:hover { content: url(images/positive-hand.png); } +.action .vote-detail { + width: 160px; +} + .vote-action .like-action-active .action-icon { opacity: 1; } @@ -3048,7 +3052,7 @@ body.contraste #social-icons #sb_flickr:hover { #article .action .vote-detail li a span{ float: left; margin-left: 5px; - width: 85px; + width: 120px; } #article .action .vote-detail li a img { float: left; -- libgit2 0.21.2