Commit e211455f84eb75a413d15dcd7e0651ed9cca9616
1 parent
00c5c5bc
Exists in
master
and in
29 other branches
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
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
public/stylesheets/blocks/profile-list-block.css
... | ... | @@ -19,6 +19,7 @@ |
19 | 19 | } |
20 | 20 | |
21 | 21 | .common-profile-list-block .vcard a { |
22 | + display: block; | |
22 | 23 | height: 95px; |
23 | 24 | max-height: 92px; |
24 | 25 | padding-top: 3px; |
... | ... | @@ -35,6 +36,11 @@ |
35 | 36 | } |
36 | 37 | .msie6 .common-profile-list-block .vcard a { |
37 | 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 | 45 | .common-profile-list-block .vcard a:hover { |
40 | 46 | border: 2px solid #2A5896; | ... | ... |