#235464: simplemenu disappears when Zen theme is turned on
This commit is contained in:
parent
b6333de34e
commit
a570618597
@ -8,7 +8,7 @@ $(document).ready(function() {
|
||||
|
||||
// get the element to add the menu to
|
||||
var element = Drupal.settings.simplemenu.element;
|
||||
var menu = $(simplemenu).attr("id", "simplemenu");
|
||||
var menu = $(simplemenu).attr("id", "simplemenu").addClass('clear-block');
|
||||
|
||||
switch (Drupal.settings.simplemenu.placement) {
|
||||
case 'prepend':
|
||||
@ -23,7 +23,7 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
$('body').addClass('simplemenu-enabled');
|
||||
|
||||
|
||||
var animation = {};
|
||||
animation[Drupal.settings.simplemenu.effect] = 'toggle';
|
||||
|
||||
|
@ -7,7 +7,6 @@
|
||||
width:100%;
|
||||
z-index:9999;
|
||||
text-align:left;
|
||||
float: left;
|
||||
}
|
||||
#simplemenu a {
|
||||
color:#fff;
|
||||
|
@ -8,7 +8,6 @@
|
||||
width:100%;
|
||||
z-index:9999;
|
||||
text-align:left;
|
||||
float: left;
|
||||
}
|
||||
#simplemenu a {
|
||||
color:#333;
|
||||
|
Loading…
x
Reference in New Issue
Block a user