Using similar dialog styling in custom dialogs
I'd like to be able to have a consistent look between the default jQuery UI dialog and custom dialogs I create with markup. The buttons on the default dialog are smaller than buttons I add to a dialog which I have created using .button()
There is also a border around the div that contains buttons on the default dialog. I tried adding the "ui-dialog-buttonpane" css class to my inner div that contains the submit button and the button disappears.