Download & Extend

admin_menu comes above primary links

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

#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

Status:active» closed (fixed)

Fixed in Colourise-6.x-2.1.