I've being using custom management menu items for my customers. They use it for content management. But if any top level menu item don't have linked page (<a>) it looks in the menu bar a little bit lower than all other linked items.

It's because of line 73 in admin_menu.css wich is padding: 4px 8px; in present but should be padding: 2px 10px 3px; like for <a> links in the line 69 of admin_menu_toolbar/admin_menu_toolbar.css

I'm not sure where I should change it for the patch.

CommentFileSizeAuthor
#2 mistaken_display-2575645-2.patch546 byteskala4ek
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

truman_ru created an issue. See original summary.

kala4ek’s picture

Version: 7.x-3.0-rc5 » 7.x-3.x-dev
Status: Needs work » Needs review
FileSize
546 bytes

Hey @truman_ru, here is a patch for this.

trumanru’s picture

Status: Needs review » Reviewed & tested by the community

Works fine.

kala4ek, thanks!

trumanru’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

Needs to be ported into next dev release.

truls1502’s picture

Status: Patch (to be ported) » Reviewed & tested by the community

  • truls1502 committed 0708e67 on 7.x-3.x
    Issue #2575645 by kala4ek, truls1502: Mistaken display if custom top...
truls1502’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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