Commit 187459ca2653551f2e6bc696aa6f2e4ae859e173

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent cc777031

Fixed width on IE7

(ActionItem1773)
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1454,7 +1454,7 @@ input.disabled {
1454 1454 }
1455 1455  
1456 1456 .msie7 #content .communities-block .vcard {
1457   - width: 96px;
  1457 + width: 58px;
1458 1458 }
1459 1459  
1460 1460 .msie7 #content .communities-block .vcard .menu-submenu-trigger {
... ... @@ -1705,7 +1705,7 @@ input.disabled {
1705 1705 height: 90px;
1706 1706 }
1707 1707 .msie7 .common-profile-list-block .vcard a {
1708   - width: 92px;
  1708 + width: 58px;
1709 1709 }
1710 1710 .common-profile-list-block .vcard a:hover {
1711 1711 border: 2px solid #2A5896;
... ...