the div.admin that wrap the panels in the main admin page (drupal/admin) need the new clearing class otherwise it's not able to contain the floats (this is not visible but happens).
the help text in the create content page (drupal/node/add) need a <div class="help"><p> wrapper for consistency with other admin pages.
This small patch should do that.

Please note that this is my first patch against CVS and I'm not sure that it applies correctly. So if you find this useful please review the patch.

Dodo

CommentFileSizeAuthor
tag.patch1.49 KBdodorama

Comments

dodorama’s picture

Title: giving a clear-block class to the div.admin in the main admin page and more » a couple of CSS issues in the admin pages
Status: Needs review » Reviewed & tested by the community
dries’s picture

Status: Reviewed & tested by the community » Fixed

Thanks! I agree with the second chunk of your patch but not with the first. Committed the second chunk.

Anonymous’s picture

Status: Fixed » Closed (fixed)