Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
Seven theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Jul 2009 at 21:11 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
Bojhan commentedComment #2
Stefan Nagtegaal commentedSeems like a float problem. Easy to fix for even a beginner imo.
Comment #3
gábor hojtsyI've been trying to reproduce this for quite some time now in different browsers but did not manage to. At least we use the same type of OS with Dries, so it is even more interesting. I'd love if someone who can reproduce would roll a patch.
Comment #4
gábor hojtsyAlso fix title.
Comment #5
pixeliteI reproduced this in firefox on Ubuntu. Here's a patch to fix it by using absolute positioning instead of floating.
Comment #6
pixeliteSorry, forgot to add the attachment.
Comment #7
rickvug commentedI could not reproduce this issue in Firefox or Safari on OS X. The good news is that the patch does not break anything in either. Adding the 3px of offset on the right improves the positioning IMO. If this fixes the issue for others this should be ok to commit.
Comment #8
roborn commentedI see this issue on IE7, FF2 and FF3 on WinXP.
The patch is working fine on IE7>8, FF2>FF3.5 and Chrome 3.
Comment #9
dries commentedCommitted to CVS HEAD. Thanks.