Hi, there is one problem, when administration menu module (http://drupal.org/project/admin_menu). When it's work on rootcandy pages it shows wrong font-size. So it causes by line 17 in style.css of RootCandy.
So, just add please this 5 lines to end of this file:

#admin-menu-wrapper
{
font-family: 'Tahoma', 'Verdana', sans-serif;
font-size: 9px;
}

Thank you.

Comments

sign’s picture

Version: 6.x-1.6 » 6.x-1.x-dev
Status: Active » Fixed

according to admin menu module it is using:
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
so, let's keep it consistent.
Thanks for reporting!

Fixed in dev
http://drupal.org/cvs?commit=347052

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.