Closed (fixed)
Project:
Sky
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jan 2010 at 18:48 UTC
Updated:
18 Feb 2010 at 16:10 UTC
I have encountered an issue, and I can't figure it out.
I've tested this issue, and all works fine with the default garland theme with Drupal 6.x and CiviCRM 3,
but when I changed theme to the "Sky" theme, then the Administration menu does not go away.
http://drupal.org/project/sky
When I go to the CiviCRM section using FF & IE, The CiviCRM menu loads but then it dissapears below the Drupal Administration Menu.
Is there a place that I need to modify in the theme to ensure that the CiviCRM top menu loads instead of the Drupal Admin Menu?
I have also posted this issue on CiviCRM forums in hopes to resolve this.
Comments
Comment #1
Jason Brain commentedResolved the issue..
Line: 1730 to 1734 on style.css in the sky theme
WAS....
/* @group Admin Menu */
#admin-menu {
font-size: 11px;
z-index: 9999;
}
Changed to..
/* @group Admin Menu */
#admin-menu {
font-size: 11px;
z-index: 999;
}