Index: admin_menu.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/admin_menu/admin_menu.css,v retrieving revision 1.15.2.5 diff -u -p -r1.15.2.5 admin_menu.css --- admin_menu.css 7 Jan 2008 23:51:52 -0000 1.15.2.5 +++ admin_menu.css 16 Jan 2008 20:42:37 -0000 @@ -90,3 +90,5 @@ body { margin-top: 20px !important; } color: #fff; width: 90%; /* IE */ } +/* #210615: Mozilla on Mac fix */ +html.js fieldset.collapsible div.fieldset-wrapper { overflow: visible; }