The administration section is a very good piece of work, but I noticed that on certain themes the container does not expand vertically to include the admin blocks. I guess the problem are the floating blocks, so there must be a div clear:both below the container div:

<div class="admin">
......... // floating left/right blocks here
</div>
<div style="clear:both;"></div>

You might also use your own phptemplate_admin_page() function to fix this, but I think the default theme_admin-page() function must be fixed anyways.
My system.module patch attached.

CommentFileSizeAuthor
system.module.patch.txt346 bytesstefano@tipic.com

Comments

tones’s picture

Status: Active » Needs review
Kjartan’s picture

Status: Needs review » Needs work

Doesn't apply against HEAD, and please make patches from the Drupal root.

ricabrantes’s picture

Version: x.y.z » 7.x-dev

any news about this?

bleen’s picture

Status: Needs work » Fixed

It doesn't appear that this issue applies anymore ...

Status: Fixed » Closed (fixed)

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