Closed (duplicate)
Project:
Admin
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2010 at 02:27 UTC
Updated:
23 Nov 2010 at 01:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
occupantThe issue is that both are absolutely positioning themselves at the top of the window. A quick fix is to add this to your theme's (and administration theme if applicable) css
Comment #2
lpalgarvio commentedsuggestion:
instead of relying on detecting if admin_menu class exists or not, check if the module is enabled.
if admin_menu is enabled, then apply compatibility CSS.
else, apply regular CSS
Comment #3
dnotes commentedI'd like to see this module allow for admin_menu as a part of its core functionality. The patch attached is a quick fix that makes them work together with three lines of CSS.
This works perfectly as long as you set admin_menu to always show at the top; if not there will be a 21px of white space. Better would be to display admin tools with 21px of extra space inside the main div on body.admin-menu pages, but I couldn't figure out how to do that really quickly; it seems like there would be a few more things required there.
Of course, the best of all would be to make admin module's administration menu items function without clicking; then I would be willing to get rid of admin_menu entirely... ;)
Comment #4
dnotes commentedOkay, please don't use the above patch... I'm embarrassed to have uploaded it at all, when a little more effort gave a much better solution. Also, I'm pretty sure this is a duplicate of another issue : http://drupal.org/node/692234#comment-3743166