Commit 4e4065b16b649d4f89a780ae4f7f7e5b62dcdc95

Authored by Victor Costa
1 parent 98cc2afe

fix vote

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
@@ -3007,6 +3007,10 @@ body.contraste #social-icons #sb_flickr:hover { @@ -3007,6 +3007,10 @@ body.contraste #social-icons #sb_flickr:hover {
3007 content: url(images/positive-hand.png); 3007 content: url(images/positive-hand.png);
3008 } 3008 }
3009 3009
  3010 +.action .vote-detail {
  3011 + width: 160px;
  3012 +}
  3013 +
3010 .vote-action .like-action-active .action-icon { 3014 .vote-action .like-action-active .action-icon {
3011 opacity: 1; 3015 opacity: 1;
3012 } 3016 }
@@ -3048,7 +3052,7 @@ body.contraste #social-icons #sb_flickr:hover { @@ -3048,7 +3052,7 @@ body.contraste #social-icons #sb_flickr:hover {
3048 #article .action .vote-detail li a span{ 3052 #article .action .vote-detail li a span{
3049 float: left; 3053 float: left;
3050 margin-left: 5px; 3054 margin-left: 5px;
3051 - width: 85px; 3055 + width: 120px;
3052 } 3056 }
3053 #article .action .vote-detail li a img { 3057 #article .action .vote-detail li a img {
3054 float: left; 3058 float: left;