according to my understanding, if you check jquery-ui.css you will find this line
.ui-dialog .ui-dialog-titlebar{ padding:...}
or you can try the following:
.ui-dialog .ui-dialog-titlebar{ text-align: center; width: 100%;}
play with this code, and I hope you get the desired result. :)
source share