Some buttons in the web UI are placed manually, while others are added using the button: option in jQueryUI's dialog command. The latter are larger vertically. The former should all be changed to use jQueryUI for styling.
This isn't as easy as it seems, because jQueryUI doesn't seem to have an easy way to put the whole dialog in a <form> element and cause the primary button to submit. The effect is that the dialog cannot be submitted by pressing enter.
The fix may be to put all (or most) buttons in manually, but use the appropriate CSS to match the look and feel.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This isn't as easy as it seems, because jQueryUI doesn't seem to have an easy way to put the whole dialog in a <form> element and cause the primary button to submit. The effect is that the dialog cannot be submitted by pressing enter.
The fix may be to put all (or most) buttons in manually, but use the appropriate CSS to match the look and feel.