I apologize Bill. Please disregard, the change did take effect, just not on my browser (chrome)...
For others looking to increase the font size, the proper file to change (for zcs-6.0.x) is located under:
/opt/zimbra/jetty/webapps/zimbra/skins/_base/base2/skin.properties
Make a backup:
# su - zimbra
$ cd /opt/zimbra/jetty/webapps/zimbra/skins/_base/base2
$ cp skin.properties skin.properties.save
$ vi skin.properties
I changed the font sizes to:
FontSize-normal = font-size:14px;
FontSize-big = font-size:14px;
FontSize-bigger = font-size:15px; font-weight:bold;
FontSize-biggest = font-size:18px; font-weight:bold;
FontSize-small = font-size:12px;
FontSize-smaller = font-size:12px;
FontSize-miniscule = font-size:12px;
FontSize-html = font-size:12pt;
After editing is complete, restart Zimbra.
$ zmcontrol shutdown
$ zmcontrol startup
Last edited by MrAnderson; 06-17-2010 at 08:00 AM..
|