I would like to customize the layout of the admin section of WordPress.
The thing is, whatever the layout I create, I’m very dependent of the default “fluid” layout of the admin. By fluid, I mean: when I resize the browser window, things tend to reorganize themselves in the admin section (in order to optimize space) and while it’s a nice feature with the default look and feel of the admin section, it’s a real pain in the neck when you try to create your own custom layout.
Can someone tell me which css attributes of the admin need to be changed and what attributes parameters would disable that overall fluid behavior?
This is still to be confirmed but so far so good:
What I did is open all the minified css related to the admin section and deleted theses parts
whenever I found one.
It seems to work and doesn’t mess with anything else, as far as I know.
Of course, this only makes sense if you intend to re-layout the admin from scratch.