Due to the changes in this issue http://drupal.org/node/13148 this module has been broken when the URL to control_panel is not match the URL that points to the Drupal directory.
The base url has been removed, and drupal_get_path returns a path relative to the Drupal directory (without leading slash).
Another issue: CSS @import url(...); doesn't hide CSS on IE4, but @import "..."; does.
Comments
Comment #1
scott_dft commentedI've mentioned to der over on the blockbar issues (here) the need to use the new function theme_add_style() to set the correct base.
It will take a while for all contributed modules to conform to the new procedures, but it sounds like it was a needed revision.
Scott
Comment #2
dreed47 commentedcode has been updated to call theme_add_style() to add the stylesheet
Comment #3
(not verified) commented