This happens because this div is set to float:left, but does not clear:both, so it is affected by other floating elements, and when they change size, it can be displaced in ways that affect usability.
I have simple inserted a clear:both, you can get it from this git repo:
http://shell.koumbit.net/~sofian/GIT/hostmaster.git/
the commit number is: 41f643052f1a883f31e7586917a9f91fc9d8b9ac
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | eldir-div_main_clear_both-1155782-1.patch | 617 bytes | sfyn |
Comments
Comment #1
sfyn commentedJust in case, here is a patch too
Comment #2
sfyn commentedtitle adjustment
Comment #3
anarcat commentedGood thing you sent the patch, I couldn't get it from that server. :)
Committed and pushed to 2.x.
Comment #4
anarcat commentedmerged to 1.x.