body propert in admin_menu_dropdown.css needs more specificity
rszrama - March 27, 2008 - 18:37
| Project: | Administration Menu Dropdown |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
After updating to the latest versions of admin menu and admin menu dropdown, I noticed I was getting a white margin at the top of the body. I fixed it by tweaking the specificity to:
body.admin-menu { margin-top: 0px !important; }

#1
Yes, admin_menu's margin-top is now a configurable setting and applied via JavaScript.
#2
#3
I still have to manually adjust this every time I use this module... :-/
#4
@rszrama
There is a settings in the Drupal Administration Menu Settings that applies the top margin, all you need to do is turn it off.