rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.

Home Page:https://processwire.com/talk/topic/13389-adminonsteroids/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdminThemeUikit - Fix AOS Settings Page module boxes

gmclelland opened this issue · comments

When you visit processwire/module/edit?name=AdminOnSteroids&collapse_info=1 this is what it looks like:

modules processwire pwtracy test 2017-10-19 17-19-25

Fix is coming soon

I have fixed this in another way but will check yours too (unreleased yet).

Just documenting for future reference if needed...I forgot to mention with my solution you also need to add:
outline:none to:

line 187 of aos_config.scss

li.InputfieldAsmSelect {
    position: static;
    margin: 0 !important;
    background: transparent !important;
    outline: none; 
}

That gets rid of that weird underline:
modules

So now it looks like:
modules processwire pwoliver test 2017-10-24 17-08-23

Thanks, I have added these already. The cog icons are positioned too lower because some margins, that was also fixed. I'll try to put the updates online tomorrow so you can see what have I missed to merge :)

Fixed in v1.6.3, thanks!