Multisite:
am i missing something, or when we hide the header there's no link to "Network Admin"?
Roles:
i wanted the option "Shrink top level links down to their icons" to be active only for administrators, so in inc/core.php where you find:
if ($wp_ozh_adminmenu['compact'])
change to
if ($wp_ozh_adminmenu['compact']&¤t_user_can('administrator'))
- - would be a nice feature, though
http://wordpress.org/extend/plugins/ozh-admin-drop-down-menu/