After install and create subtheme of zurbfoundation 7.x-5.0 alpha4 I could notice a problem with the admin toolbar module https://www.drupal.org/project/admin_menu

Enable this module and the module and its submodule administration menu toolbar style and you will see the problems.

I post this bug here because I have used the admin menu module with several themes and with this theme it just does not is showed correctly. Check the attached image for check the problem

Comments

mengi’s picture

Hard to tell what you are talking about from the picture since you never state what the problem is.

Is it that the admin menu is covering the top part of the site?

andersju’s picture

Possibly it's because the font-size is too large? Over here, admin_menu's (7.x-3.0-rc4) #admin-menu-wrapper sets font-size to 0.846em, which in this case is 11px. But Foundation's ul declaration overrides it, setting font-size to 1rem for the links. Which messes things up. I solved it by adding this in my CSS:

#admin-menu-wrapper, #admin-menu-wrapper ul {
    font-size: 11px;
}
FiLeVeR10’s picture

I've always had this issue with any theme.

Is this something that should be apart of theme, or something that should be the responsibility of the themer to deal with?

nickbumgarner’s picture

Status: Active » Closed (won't fix)

This should be moved over to Admin Menu. The styles which are being inherited are basic Foundation styles which are being applied to basic HTML elements. I believe that if the font size in the Admin Menu should be a specific size, it should be defined in the Admin Menu's module styles.