Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Edit Page width of source view box
#3
(2015-02-10, 01:45:41)shawn_a Wrote: There is already experimental support for dealing with this in gsconfig via GSSTYLEWIDE

PHP Code:
# Enable alternate admin styles, current style constants are
# GSSTYLE can be a comma delimied list of flags
# note: stylesheets are cached, flush cache after changing
#
# style flags:
# GSSTYLEWIDE = wide fluid
# GSSTYLE_SBFIXED = fixed sidemenu

# eg. 
# define('GSSTYLE',GSSTYLE_SBFIXED);
# define('GSSTYLE',GSSTYLEWIDE);
#define('GSSTYLE',implode(',',array(GSSTYLEWIDE,GSSTYLE_SBFIXED))); 


or you can use "custom admin css" plugin for really customizing stuff

There is some stuff here
http://get-simple.info/forums/showthread.php?tid=1205


forthcoming, 3.4(in dev) has support for custom admin css AND custom widths built in.

Thanks for the assistance. The custom CSS works just as I was looking for!
Reply


Messages In This Thread
Edit Page width of source view box - by simoncms - 2015-02-09, 21:27:30
RE: Edit Page width of source view box - by simoncms - 2015-02-15, 04:49:14



Users browsing this thread: 1 Guest(s)