Dialog buttons position

Dialog buttons position


Hi all,
got some theme from theme roller and trying construct dialog using it.
Used following code and got following picture:
$("#register_div").dialog({
                modal: true,
                width: 400,
                height: 250,
                position: "center",
                title: "Registration",
                buttons: {
                    "Ok": function() {},
                    "Cancel": function() {}
                }
            });
http://www.nabble.com/file/p20273900/dialog_buttons.jpg
My question is: I'd like to have buttons on the center of button pannel(not
aligned to right). How can I do that?
Thank you!
--
View this message in context: http://www.nabble.com/Dialog-buttons-position-tp20273900s27240p20273900.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.