Menu slightly off and not clickable at times. Issue fixed.
This commit is contained in:
parent
c034374fa5
commit
db2aa7ca20
1 changed files with 6 additions and 2 deletions
|
@ -15,10 +15,15 @@
|
|||
|
||||
.TopMenu ul.AspNet-Menu ul ul
|
||||
{
|
||||
top: -0.3em;
|
||||
top: -1em;
|
||||
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
|
||||
{
|
||||
color: #000000 !important;
|
||||
|
@ -76,7 +81,6 @@
|
|||
|
||||
.TopMenu ul.AspNet-Menu li span
|
||||
{
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
padding: 8px 25px 8px 15px;
|
||||
background: transparent url(../Images/menu_popup.gif) right center no-repeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue