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