Closed (fixed)
Project:
Acquia Prosper
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Mar 2010 at 01:59 UTC
Updated:
31 Mar 2011 at 23:30 UTC
In the attached example, the combined "Prosper Grayborder Dark Background" style is forcing a bullet on the "single line menu" and "bottom border, no bullets" styles. Also, the right border should be removed from the last menu item.
Appending the following CSS code to local.css should fix the issue for end-users at the moment, but this should be further investigated to make sure there aren't other problematic style combinations.
.prosper-grayborder-darkbackground.fusion-inline-menu li.expanded {
background-image: none;
}
fusion-inline-menu li.last{
border-right: none;
}
Comments
Comment #1
Zalatar commentedI added the code above and it fixed the triangle dropdowns but the last menu item still has a divider at the end.
Thx,
Z
Comment #2
sheena_d commentedZalatar,
Ack, sorry, I left out a period! Here is the correct code:
Comment #3
Zalatar commentedHmm...still showing.
I copied code into local.css file in css folder in theme folder. I am using the blue pack if that makes a difference.
Thx,
Z
Comment #4
sheena_d commentedHey Z,
Sorry, I thought it was working for me with that code last night, I must have been mistaken. Substitute the section of code that begins with ".fusion-inline-menu" with the following:
Comment #5
Zalatar commentedLooks great now.
Thanks so much!
Z
Comment #6
stephthegeek commented