Commit 9503ed6e90012fe283417e137995842afb42194e

Authored by Parley
1 parent e824ce7d

Fix design of "view all" link on institution and software blocks.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
style.css
... ... @@ -1788,6 +1788,8 @@ input.button.with-text {
1788 1788 #content .enterprises-block .block-footer-content a,
1789 1789 #content .members-block .block-footer-content a,
1790 1790 #content .communities-block .block-footer-content a,
  1791 +#content .softwares-block .block-footer-content a,
  1792 +#content .institutions-block .block-footer-content a,
1791 1793 #content .friends-block .block-footer-content a {
1792 1794 background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE;
1793 1795 border: 1px solid #CCCCCC;
... ...