Commit 9d90159f7aa724c09fe33898bec281f8e2e9855c

Authored by Leandro Santos
1 parent 4b33acc3

ajeitando as sugestões de amigos e comunidades

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
style.css
... ... @@ -1137,3 +1137,11 @@ div#notice {
1137 1137 top: 0;
1138 1138 }
1139 1139  
  1140 +
  1141 +#content .friends-block .block-footer-content .profiles-suggestions a, #content .friends-block .block-footer-content a.more-suggestions {
  1142 + position: initial;
  1143 +}
  1144 +
  1145 +#content .tags-block .block-footer-content a, #content .people-block .block-footer-content a, #content .profile-list-block .block-footer-content a, #content .enterprises-block .block-footer-content a, #content .members-block .block-footer-content a, #content .communities-block .block-footer-content a, #content .friends-block .block-footer-content a{
  1146 + top: 0px;
  1147 +}
... ...