Admin menu not properly aligned

Discussions and requests related to new CMSimple features, plugins, templates etc. and how to develop.
Please don't ask for support at this forums!
Post Reply
cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Admin menu not properly aligned

Post by cmb » Wed Apr 09, 2014 9:25 pm

Hello Community,

I've received a report from a user whose admin menu is too small, and so suggested to add the following to core/css/core.css:

Code: Select all

#xh_adminmenu li {
    height: 36px;
}
When I tried that with mini1 the admin menu got too large, however.

Has anybody experienced similar issues?

Somehow it seems to me that the styling of the admin menu might need some rework; the current approach with a pixel-precise layout might not have been the best idea.

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply