I'm trying to save space on the toolbar by using buttons with an icon only, i.e. without the text label. By default this results in a very thin button, only 8 pixels tall because of the 4 pixel dimension of the curved corners.
I've tried changing various properties (e.g. height) using 'style', and I've tried implementing a new 'cls', but I'm not having any luck. Finally I tried using 'ui-button-icon-only' from Jquery UI but I couldn't get that to change anything either.
Can you help? Many thanks.