On a fresh install of D7-rc1 with the "Administration Menu Toolbar Style" enabled, the background of the active item is 1px too high. The next row of the background-image sprite shows on the bottom of the item (see attached image). Adjusting the padding-bottom from 3px to 2px on line 55 of admin_menu_toolbar.css seems to fix the problem.

#admin-menu > div > ul > li > a {
    border-right: 0 none;
    margin-bottom: 4px;
    padding: 2px 8px 2px;
} 

Tested on FF Mac, Chrome Mac, FF Win.

CommentFileSizeAuthor
Administration menu | d7.jpg8.79 KBfroboy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Active » Closed (duplicate)

Thanks for taking the time to report this issue.

However, marking as duplicate of #1022902: Align Better Toolbar style with core Toolbar style. You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.