#19629: Having the menu item icon also render in case it's a span and not a hyperlink.

Work Item: 19629
This commit is contained in:
Sipke Schoorstra
2013-08-07 02:02:51 -07:00
parent 4d5e51ccf5
commit 3b9bbb2b9a

View File

@@ -289,12 +289,12 @@ ul.disc {list-style:disc inside; margin:12px 0;}
border:0;
margin:0 10px 0 10px;
}
#menu .expando-glyph {
#menu .expando-glyph-container .expando-glyph {
background:transparent no-repeat 0 -19px;
background-image:url(images/menu-glyph.png);
left:160px;
}
#menu .expando-glyph:hover {
#menu .expando-glyph-container .expando-glyph:hover {
background-image:url(images/menu-glyph.png);
}
#menu .expando-glyph-container.closed .expando-glyph {
@@ -324,11 +324,13 @@ ul.disc {list-style:disc inside; margin:12px 0;}
font-size:14px;
padding:0 0 0 10px;
}
#menu .menu-admin a {
#menu .menu-admin a,
#menu .menu-admin span {
background-position:0 2px;
background-repeat:no-repeat;
}
#menu .menu-admin li h3 a { /* only the h3 gets an icon by default */
#menu .menu-admin li h3 a,
#menu .menu-admin li h3 span { /* only the h3 gets an icon by default */
background-image:url(images/menu-default.png);
padding:0 0 0 20px;
}