what's the best way to add more CSS style to override the original Kama skin? Say I want to enlarge the folder tree's font size for better display in non-English folder names:
#folders_view li{ font-size:1.2em; margin-top:2px; margin-bottom:2px}
I'd like to keep the whole Kama skin and override only a few styles, so it doesn't seem to be a good idea to make a copy of the skin, and modifying the Kama skin's css file doesn't seem to be a good idea for maintainability concern. The JavaScript configuration document is checked and there doesn't seem to have anything related to style/look-and-feel customization.
http://docs.cksource.com/ckfinder_2.x_a ... onfig.html
It would be very nice if there is a configuration option to allow us to add a CSS file.
Mon, 07/02/2012 - 14:32
#1