JQuery UI submit & button style difference
Hi,
I use UI for designing my layout, but found that "<input type=submit" button has fewer bottom padding, than "<button>" type, so they looks different side by side. (imagine: Submit - Cancel )
I use the same class for both. When I try to use <button> for submitting, my form doesn't submit, nor validate, so I dont think changing code this way.
Maybe I should 'hack' the CSS, but how? I use default Themeroller theme "cupertino".
And I don't use any icon inside the buttons.
Any suggestion?
THANKS