In the admin theme, the active table is broken. As confirmed by Dries at - http://drupal.org/node/484860#comment-1861274

| Comment | File | Size | Author |
|---|---|---|---|
| #6 | seven_active_column_sort_markers_alignment.patch | 364 bytes | pixelite |
| #1 | slate-2.jpg | 115.76 KB | Bojhan |
In the admin theme, the active table is broken. As confirmed by Dries at - http://drupal.org/node/484860#comment-1861274

| Comment | File | Size | Author |
|---|---|---|---|
| #6 | seven_active_column_sort_markers_alignment.patch | 364 bytes | pixelite |
| #1 | slate-2.jpg | 115.76 KB | Bojhan |
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.