In our application there are many dojo buttons of type dijit.form.Button. It works fine in Firefox. However, in IE, there are extra padding to the left and right of the texts in the button. The length of the padding is proportional to the length of the text in the button.
Is there any way to remove those paddings?
I searched the web and found ways for Buttons, for example: http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
However, it does not work for dijit.form.Button.
Note that the dijit.form.Button is inside table cells. It seems ok (no padding) if the button is not in table cells.
Thanks in advance.