Closed (fixed)
Project:
Navbar
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2013 at 14:26 UTC
Updated:
25 Mar 2013 at 17:30 UTC
This margin need to overriden by navbar.
ul.menu li {
margin: 0 0 0 0.5em;
}
Comments
Comment #1
hass commentedAnd top level menu point without a icon don't need the icon space in Horizontal orientation.
Comment #2
jessebeach commentedI set the margin to zero. Rather than have the
lielements enforce spacing, we let theaelements do this so we can maximize their hit area for touch screens.Committed in 7.x-1.x (8ddad278000f7039816baa103ccc348486e2714f).
I added #1939642: Reset .menu margin from system.css in toolbar.base.css. Currently, toolbar relies on Bartik style.css to do this. to port this change forward.
Comment #3
jessebeach commentedComment #4
hass commented