views:

346

answers:

1

I want to enlarge CKEditor's icons to 32x32 pixels. I am working on it right now, taking one of the standard skins, changing all the dimensions, converting buttons.png's offsets and hoping there are not too many side effects.

Before I spend half a day or more re-inventing the wheel: Does something like this already exist? I don't care about the icons as much as the CSS and Javascript groundwork. Converting that from 16 to 32 Pixels, and re-calculating offsets, heights, and sizes is the tedious work.

Any hints are greatly appreciated!

A: 

I ended up doing it manually. It is possible, but involves a lot of CSS work.

Pekka