Closed (duplicate)
Project:
Administration menu
Version:
7.x-3.x-dev
Component:
CSS / Browser Support
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2010 at 22:09 UTC
Updated:
30 Jan 2011 at 03:38 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Administration menu | d7.jpg | 8.79 KB | froboy |
Comments
Comment #1
sunThanks 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.