Hi Booleano,
re:
> Can the icons be resized?
Yes, the icon size comes from this entry in moi.css :
code:
moi\:CommandButton > img, moi\:CommandMenuButton > img, moi\:CommandSplitButton > img {
width:3.25em;
height:3.25em;
}
You can override that by putting in that same rule in a <style> block in the <head> of your .htm file, with different width and height values.
- Michael
|