Posted by betz on March 7, 2009 at 12:33pm
2 followers
Jump to:
| Project: | Colourise |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
when i enable admin_menu, the admin_menu floats above the primary links.
Can you have a look at this?
Except for this little annoyance, very nice theme!
kudos
greetz,
tom
Comments
#1
here's a screenshot
http://idisk.mac.com/behets/Public/Pictures/Skitch/Alternative_Route_%7C...
#2
Hi betz,
Add the style below to custom.css then enable it with "Colourise Theme Settings" (Add Customized Stylesheet)
body.admin-menu {
margin-top: 0 !important;
}
body.admin-menu #header #primary-menu {
top: 25px;
}
body.admin-menu #header form#search-theme-form {
top: 28px;
}
I'll commit this to the next release, thank you for your report ;)
#3
Fixed in Colourise-6.x-2.1.