additional menus don't follow consistent formatting

icstars - February 22, 2007 - 07:43
Project:Channel Nine
Version:5.x-1.1
Component:User interface
Category:feature request
Priority:minor
Assigned:Unassigned
Status:closed
Description

i added the following to style.css which results in all additional menus displaying the same as the navigation block and applies hover formatting to the active menu item in both types:

#block-user-1 ul li a.active {
background-color: #e7eff2;
color: #666666;
}

/* Menu Formatting - standard menu*/

.block-menu ul {
margin: 0px;
padding: 0px;
}
.block-menu ul li li {
padding-left: 15px;
}
.block-menu ul li {
margin: 0px;
padding: 0px;
list-style-image: none;
list-style-type: none;
}
.block-menu ul li a {
border-bottom: 1px solid #EEEEEE;
display: block;
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 0px;
height: 1.4em;
font-size: 8pt;
color: #C4B28A;
text-transform: capitalize;
}
.block-menu ul li a:hover {
background-color: #e7eff2;
color: #666666;
}
.block-menu ul li a.active {
background-color: #e7eff2;
color: #666666;
}

#1

Anonymous - March 8, 2007 - 07:45
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.