The associated image with a project will overlap the project table and borders between projects on the project listing page. If a div with a style="clear:both;" on it were applied directly above the project table it should fix this.
The associated image with a project will overlap the project table and borders between projects on the project listing page. If a div with a style="clear:both;" on it were applied directly above the project table it should fix this.
Comments
Comment #1
aclight commentedI suspect this is a bluebeach problem more than a project problem per se. Can you give an example URL where this is a problem?
Thanks
Comment #2
eclipsegc commentedhttp://drupal.org/project/Modules/name
Look at the "Node form layouts" module listing on this page. You should clearly see the image overlapping with the next project down.
Comment #3
aclight commentedYep, I see what you mean there.
Using firebug on FF2, I was able to get that page to look right by adding one property:
Neither #project-overview nor .project-item are defined in the project.css file, so I'm guessing this is a Bluebeach issue and not an issue with the project module.
Comment #4
aclight commented#247129: Large images in teasers run into the teaser below has been marked as a duplicate of this issue.
Note also that this happens not only on project node teasers, but can be seen on the front page (at least at this moment).
Comment #5
aclight commented#256621: Add clear to project-item was marked a duplicate of this issue. Note that there's a good screenshot at that issue demonstrating the problem.
Comment #6
Rob_Feature commentedJust an FYI..... Adding the clear-block class to the project-item div will fix this. (or at least it should)
Comment #7
drummComment #8
anothelongunman commentedRan into the same problem on drupal 6.17 with zen 6.x 1.1
.node-teaser
{
overflow: hidden;
}
did the trick
Comment #9
csevb10 commentedGood example of this can be seen here: http://drupal.org/project/themes?text=zen
It's not a particularly tough fix, and we should take care of this.
Comment #10
lisarex commentedthis looks fixed to me, but please reopen and move to the Bluecheese project if still needs theme work