2011-01-01, 10:50:24
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/cus...in-css/15/
Then insert the following code under "Theme->Custom Admin CSS"
and save, then refresh your page. Viola !!
Hope its of use to someone.
Mike....
Anyways to enable fluid mode just install Chris's "Custom Admin CSS" plugin from Extend.
http://get-simple.info/extend/plugin/cus...in-css/15/
Then insert the following code under "Theme->Custom Admin CSS"
Code:
.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....