Menu slightly off and not clickable at times. Issue fixed.

This commit is contained in:
vfedosevich 2014-06-04 04:23:24 +03:00
parent c034374fa5
commit db2aa7ca20

View file

@ -15,10 +15,15 @@
.TopMenu ul.AspNet-Menu ul ul .TopMenu ul.AspNet-Menu ul ul
{ {
top: -0.3em; top: -1em;
z-index: 502; z-index: 502;
} }
.TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-WithChildren
{
cursor: pointer;
}
.TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-WithChildren span .TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-WithChildren span
{ {
color: #000000 !important; color: #000000 !important;
@ -76,7 +81,6 @@
.TopMenu ul.AspNet-Menu li span .TopMenu ul.AspNet-Menu li span
{ {
cursor: pointer;
color: #ffffff; color: #ffffff;
padding: 8px 25px 8px 15px; padding: 8px 25px 8px 15px;
background: transparent url(../Images/menu_popup.gif) right center no-repeat; background: transparent url(../Images/menu_popup.gif) right center no-repeat;