Commit e211455f84eb75a413d15dcd7e0651ed9cca9616

Authored by AurelioAHeckert
1 parent 00c5c5bc

ActionItem541: correctin of the profile list search results for MSIE

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2254 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/stylesheets/blocks/profile-list-block.css
@@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
19 } 19 }
20 20
21 .common-profile-list-block .vcard a { 21 .common-profile-list-block .vcard a {
  22 + display: block;
22 height: 95px; 23 height: 95px;
23 max-height: 92px; 24 max-height: 92px;
24 padding-top: 3px; 25 padding-top: 3px;
@@ -35,6 +36,11 @@ @@ -35,6 +36,11 @@
35 } 36 }
36 .msie6 .common-profile-list-block .vcard a { 37 .msie6 .common-profile-list-block .vcard a {
37 border: 2px solid #FFF; 38 border: 2px solid #FFF;
  39 + width: 90px;
  40 + height: 90px;
  41 +}
  42 +.msie7 .common-profile-list-block .vcard a {
  43 + width: 92px;
38 } 44 }
39 .common-profile-list-block .vcard a:hover { 45 .common-profile-list-block .vcard a:hover {
40 border: 2px solid #2A5896; 46 border: 2px solid #2A5896;