Contributor Images don't appear on the home page in IE 8.

In the contributors block the images don't appear, it looks like the div (class="field-content") isn't be sized automatically correctly and is too narrow.

I added this to "global.styles.css":

.views-field-picture .field-content {
  width: 50px;
}
.message .user-picture {
  width: 40px;
}

To temporarily resolve the issue.

Comments

ezra-g’s picture

Assigned: Unassigned » Zarabadoo
Priority: Normal » Major
Issue tags: +Commons 7.x-3.4 radar

Thanks for this bug report. Adding to our 3.4 radar for triage.

Zarabadoo’s picture

Status: Active » Fixed

Added a width to the anchor around the image.

http://drupalcode.org/project/commons.git/commit/3a79680

Automatically closed -- issue fixed for 2 weeks with no activity.