images that are within 'clear-block' divs are getting cut off. images in 'block-cell' divs are not. here are a couple pages with the symptoms:

http://carbonpetal.net/wright/wrightdrupal/node/487

http://carbonpetal.net/wright/wrightdrupal/node/2

thanks in advance!

Comments

wrightinstitute’s picture

Assigned: wrightinstitute » Unassigned

not sure what 'assigned to:' means but i switched it to anon to look like the others :\
also, this is in safari and firefox on mac.

wrightinstitute’s picture

Status: Active » Fixed

i removed the 'acidfree' class from the same div that had the 'clear-block' class. all good.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

Max_Headroom’s picture

Status: Closed (fixed) » Active

Thanks for the tip.

It is done here:
in class_album.inc:
in function theme_views_view_album_grid_view
find:
$output .= '<div class="clear-block acidfree">' . "\n";
Replace with:
$output .= '<div class="clear-block">' . "\n";

Can somebody please make a patch for this, I've seen other people here with similar problems.

mwheinz’s picture

Status: Active » Closed (won't fix)