Topic: Admin Panel Fluid Layout.
This is a quick fix and I've probably missed a bit. But I needed to expand the layout of the admin panel as I was finding the small area a bit restrictive.
Anyways to enable fluid mode just install Chris's "Custom Admin CSS" plugin from Extend.
http://get-simple.info/extend/plugin/cu … in-css/15/
Then insert the following code under "Theme->Custom Admin CSS"
.wrapper{
width:99%;
}
.wrapper .nav{
width:99%;
}
.wrapper table {
width:99%;
}
form.manyinputs textarea {
width:99%;
}
#maincontent{
width:75%;
}
#sidebar{
width:24%;
}and save, then refresh your page. Viola !!
Hope its of use to someone.
Mike....
Download


