diff options
author | maggiewachs <maggie@filamentgroup.com> | 2011-04-21 14:29:45 -0400 |
---|---|---|
committer | maggiewachs <maggie@filamentgroup.com> | 2011-04-21 14:29:45 -0400 |
commit | 49556995d2dffb7b57169bc2462aef5e17370d41 (patch) | |
tree | 449f3cf23e456242475d23611f8366875422d7d2 /themes/base/jquery.ui.menu.css | |
parent | 5a5ce51aad3a60093905e0c93e7503aca2d59688 (diff) | |
download | jquery-ui-49556995d2dffb7b57169bc2462aef5e17370d41.tar.gz jquery-ui-49556995d2dffb7b57169bc2462aef5e17370d41.zip |
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.
Diffstat (limited to 'themes/base/jquery.ui.menu.css')
-rw-r--r-- | themes/base/jquery.ui.menu.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css index d5d802821..ed4b4a13a 100644 --- a/themes/base/jquery.ui.menu.css +++ b/themes/base/jquery.ui.menu.css @@ -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; |