Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin Panel Fluid Layout.
#1
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"

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....
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
Admin Panel Fluid Layout. - by n00dles101 - 2011-01-01, 10:50:24
RE: Admin Panel Fluid Layout. - by kohai - 2013-06-07, 21:12:11
RE: Admin Panel Fluid Layout. - by shawn_a - 2013-06-07, 22:46:49
RE: Admin Panel Fluid Layout. - by kohai - 2013-06-08, 20:23:18
Admin Panel Fluid Layout. - by Carlos - 2011-01-03, 20:01:43
Admin Panel Fluid Layout. - by snooze - 2011-04-01, 05:33:24
Admin Panel Fluid Layout. - by ccagle8 - 2011-04-01, 05:44:58
Admin Panel Fluid Layout. - by n00dles101 - 2011-04-01, 06:12:59
Admin Panel Fluid Layout. - by krisu - 2011-04-01, 06:42:50
Admin Panel Fluid Layout. - by polyfragmented - 2011-04-01, 21:41:45
Admin Panel Fluid Layout. - by Carlos - 2011-07-27, 19:35:36
Admin Panel Fluid Layout. - by usmandgreat - 2011-07-30, 18:57:55
Admin Panel Fluid Layout. - by Carlos - 2011-08-01, 05:43:23
Admin Panel Fluid Layout. - by shawn_a - 2012-09-13, 06:50:28



Users browsing this thread: 4 Guest(s)