Commit f57f915934d884dd588079ab6d8992e5dd8a7c9b

Authored by Gustavo Cruz
2 parents 8707d761 a37544a0

Merge branch 'master' of github.com:SerproLivre/participa-theme

Conflicts:
	style.css
images/negative-hand.png 0 → 100644

1.09 KB

images/positive-hand.png 0 → 100644

1.1 KB

style.css
... ... @@ -1671,4 +1671,32 @@ body.contraste #footer-logos {
1671 1671 background-color: #000;
1672 1672 }
1673 1673  
  1674 +/* Plugin para curtir artigos e comentários */
1674 1675  
  1676 +.action .dislike:before {
  1677 + content: url(images/negative-hand.png);
  1678 +}
  1679 +
  1680 +.action .like:before {
  1681 + content: url(images/positive-hand.png);
  1682 +}
  1683 +
  1684 +.vote-action .like-action-active .action-icon {
  1685 + opacity: 1;
  1686 +}
  1687 +
  1688 +.vote-action .action-icon {
  1689 + opacity: 0.5;
  1690 +}
  1691 +
  1692 +#article .action .action-icon {
  1693 + top: 3px;
  1694 +}
  1695 +
  1696 +#article .like-action .like-action-counter {
  1697 + color: #2A8C32;
  1698 +}
  1699 +
  1700 +#article .dislike-action .like-action-counter {
  1701 + color: #CC0000;
  1702 +}
... ...