Commit 21e48221d922abe6442b81b32579436265c23443

Authored by AurelioAHeckert
1 parent 7928b30e

ActionItem541: correctin of the profile list block for MSIE

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2252 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/models/profile_list_block.rb
... ... @@ -78,7 +78,7 @@ class ProfileListBlock < Block
78 78 end
79 79 block_title(title) + nl +
80 80 '<div class="common-profile-list-block">' +
81   - nl + list + nl + '</div>'
  81 + nl + list + nl + '<br style="clear:both" /></div>'
82 82 end
83 83 end
84 84  
... ...
public/stylesheets/blocks/profile-list-block.css
1 1  
2   -#content .common-profile-list-block ul,
  2 +#content .profile-list-block h3 {
  3 + text-align: center;
  4 +}
  5 +
  6 +#content .common-profile-list-block ul {
  7 + margin: 0px auto;
  8 + padding: 0px;
  9 + width: 200px;
  10 +}
  11 +
3 12 #content .common-profile-list-block li {
4 13 margin: 0px;
5 14 padding: 0px;
... ...