Admin Layout issue in 1.5.0 rc2
The length of the labels makes a smaller screen flow over to the second line, which means the Admin Access Management link doesn't work. Hovering over the link displays the dropdown, but there's green spacing between the header and the dropdown, and when you mouse into that, the dropdown disappears. See admin.png (attached)
If you shorten some of the labels with slashes in them, this will again work on a smaller screen - see newadmin.png (attached).
The diff is
149c149
< define('BOX_HEADING_LOCATION_AND_TAXES', 'Locations');
---
> define('BOX_HEADING_LOCATION_AND_TAXES', 'Locations / Taxes');
202c202
< define('BOX_HEADING_GV_ADMIN', 'GC/Coupons');
---
> define('BOX_HEADING_GV_ADMIN', TEXT_GV_NAME . '/Coupons');
210c210
< define('BOX_HEADING_ADMIN_ACCESS', 'Admin Access');
---
> define('BOX_HEADING_ADMIN_ACCESS', 'Admin Access Management');
Scott
Scott C Wilson, That Software Guy, Plugin Moderator
Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.
Bookmarks