Commit 42c5cd37bac8d583a5e855a0285bd9120bd89cca

Authored by AurelioAHeckert
1 parent 2baf97af

ActionItem636: gender icon is now ok on people listing

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2445 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/stylesheets/blocks/profile-list-block.css
... ... @@ -70,9 +70,9 @@
70 70 filter: alpha(opacity=50);
71 71 }
72 72  
73   -.common-profile-list-block .sex-male,
74   -.common-profile-list-block .sex-female,
75   -.common-profile-list-block .sex-undef {
  73 +#content .common-profile-list-block .sex-male,
  74 +#content .common-profile-list-block .sex-female,
  75 +#content .common-profile-list-block .sex-undef {
76 76 position: absolute;
77 77 top: 4px;
78 78 right: 15px;
... ...