Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Easiet way to increase font-size of entire CMS panel


Go to End


3 Posts   2011 Views

Avatar
Samba Sam

Community Member, 85 Posts

20 August 2009 at 4:54am

Hi,
I know how to increase the font-size of the text editing fields by editing the class body.mceContentBody in the editor.css file. What is the easiest way to increase the font-size of the site tree, tabs, etc - basically the whole cms panel?

Thanks,
Sam

Avatar
Willr

Forum Moderator, 5523 Posts

20 August 2009 at 12:11pm

if you have a editor.css file in your theme then this should be included in the cms. Then you could do something like body { font-size: 120%; }

Avatar
Samba Sam

Community Member, 85 Posts

21 August 2009 at 10:35am

Hi,
Thanks for your reply. I tried your suggestion but it didn't change the rest of the cms. It appears that the editor.css only applies to the tinymce html field in the cms.

Sam