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

aclight’s picture

Status: Active » Postponed (maintainer needs more info)

I 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

eclipsegc’s picture

http://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.

aclight’s picture

Project: Project » Drupal.org infrastructure
Version: 5.x-1.2 »
Component: User interface » Bluebeach
Status: Postponed (maintainer needs more info) » Active

Yep, I see what you mean there.

Using firebug on FF2, I was able to get that page to look right by adding one property:

#project-overview .project-item {
...
  overflow:  hidden;
...

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.

aclight’s picture

Title: Float issue » Large images in teasers run into the teaser below

#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).

aclight’s picture

#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.

Rob_Feature’s picture

Just an FYI..... Adding the clear-block class to the project-item div will fix this. (or at least it should)

drumm’s picture

Component: Bluebeach » Drupal.org theme
anothelongunman’s picture

Ran into the same problem on drupal 6.17 with zen 6.x 1.1

.node-teaser
{
overflow: hidden;

}

did the trick

csevb10’s picture

Good 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.

lisarex’s picture

Status: Active » Fixed

this looks fixed to me, but please reopen and move to the Bluecheese project if still needs theme work

Status: Fixed » Closed (fixed)

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

Project: Drupal.org infrastructure » Bluecheese
Component: Drupal.org theme » Miscellaneous