Set menu item link top padding to px (in place of em); this fixes the issue where the submenu jumped when mousing over the parent item's menu icon.

This commit is contained in:
maggiewachs 2011-04-21 14:29:45 -04:00
parent 5a5ce51aad
commit 49556995d2

View File

@ -26,7 +26,7 @@
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
padding: 2px .4em;
line-height:1.5;
zoom:1;
font-weight: normal;