Thanks, Jake! It bothers me too that this is not so straightforward. Is
there a hidden span created when you create a jQuery button? I am
wondering why you are setting the line height of a span that was not
explicitly defined in the HTML. Also wondered why you have to precede
the .ui-button selector with the button id. I would think that if I
just used
- .ui-button
span {
- padding-top: 4px;
- }
instead of
- #openform.ui-button
span {
- padding-top: 4px;
- }
it would work the same, but it doesn't.