Font size in Size Administration to small

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
4/1/2009 10:19:02 AM
Gravatar
Total Posts 220

Font size in Size Administration to small

Hi, is it possible to change the font size only in site administration?
The admin has very poor eyes.
Best regards
Matthias

4/1/2009 11:11:52 AM
Gravatar
Total Posts 18439

Re: Font size in Size Administration to small

Hi Mathias,

Yes, it can be done. Most of the admin pages have an extra css class named "admin" on the wrapping div.

So you can add this to the bottom of your styletext.css file:

.admin { font-size: 150%; }

Then clear the server cache by touching Web.config, then clear the browser cache, and you will see much larger font in the admin areas.

Most features have additional css classes on the wrapping divs that are not used but could be used to style the feature different from others. Most of the time with skinning we are going for a consitent look and feel across features, but these extra css classes are there to make it easy to customise things differently across features. All you have to do is view the source of the rendered page and studdy the css classes on the divs wrapping the content.

Hope it helps,

Joe 

4/1/2009 11:43:53 AM
Gravatar
Total Posts 220

Re: Font size in Size Administration to small

It helps more than I expect. Thanks a lot!
Cheers
Matthias

4/1/2009 11:53:36 AM
Gravatar
Total Posts 18439

Re: Font size in Size Administration to small

Hi Mathias,

Many Thanks for the beer!

I will raise my glass to you this evening after work!

Cheers,

Joe 

You must sign in to post in the forums. This thread is closed to new posts.