Active
Project:
Stanley Administration Theme
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 22:40 UTC
Updated:
31 May 2013 at 11:05 UTC
Although I don't typically give the average client a site with admin_menu, it would be nice for the theme to work with it during the site building process or for advanced users or those who prefer working with admin_menu.
Comments
Comment #1
stijndm commentedPatches are welcome.
Comment #2
siilak commentedAdmin Menu style z-index is 999;
just add in your custom css (or fixed in styles.css)
Comment #3
hs@henrikstrindberg.se commentedThank's but it's already there in styles.css in 7.x-1.0-alpha2 line 15:
.topbar { z-index: 300; }and in styles.css in 7.x-1.x-dev:
Comment #4
dinhtrung commentedWhen enable admin menu, we could use this:
Comment #5
Wolfgang Reszel commentedFor v2.x I modified the script.js to respect the admin menu.
https://drupal.org/node/1978428