I'd like to request someone look into fixing the issue with the floated module/theme screenshots in project teasers on Drupal.org. As the screenshots are floated, they overflow their surrounding div and can therefore create problems with small teasers. Simply adding a 'clear-block' class to all 'project-item' divs will fix this.
On a related note, the classes of the aforementioned divs seem to be missing something (e.g. 'project-item project- project-with-image' - something's missing after the second class)...
I did look through the issue queue before posting this and couldn't find any issues that referred to this problem, so forgive me if I missed a duplicate post.
Comments
Comment #1
avpadernoMay you provide a link to a page where the reported issue is present?
Comment #2
dave reidYou can kinda see it at http://drupal.org/project/password_change
Comment #3
avpadernoThanks, Dave; as they say, a picture is worth 1000 words.
I am changing the title, as the issue is not just present in node teasers, but also in project pages.
Comment #4
dave reidIts likely the h3#downloads that needs the clear:both CSS applied.
Comment #5
Anonymous (not verified) commentedThe teaser issue can even be seen on the main Modules page: http://drupal.org/project/modules (token module, third from the top).
It just occurred to me that it would depend on your screen size as to whether you see this issue or not. I have a fairly large screen (1680x1050) so the problem is obvious to me.
Also, regarding comment #4, teasers don't have the h3#downloads element, and not all of them even have download links at all...
Comment #6
Anonymous (not verified) commentedThis appears to have been fixed.