Commit dca1bc9d6bef26adb26d311f7d80d27f285ada75

Authored by Victor Costa
1 parent 7d999453

Hide vote actions on pairwise

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
style.css
... ... @@ -2784,6 +2784,9 @@ body.contraste #social-icons #sb_flickr:hover {
2784 2784 }
2785 2785  
2786 2786 /* Plugin para curtir artigos e comentários */
  2787 +.pairwise-plugin_pairwise-content .vote-actions {
  2788 + display: none;
  2789 +}
2787 2790  
2788 2791 .action .dislike:before {
2789 2792 content: url(images/negative-hand.png);
... ...