Re: [jQuery] UI dialog, How to center buttons

2009-12-22 Thread Richard D. Worth
.ui-dialog .ui-dialog-buttonpane { text-align: center; } .ui-dialog .ui-dialog-buttonpane button { float: none; } - Richard On Tue, Dec 22, 2009 at 1:44 PM, RobGMiller wrote: > What is the easiest way to manage button location at runtime? >

[jQuery] UI dialog, How to center buttons

2009-12-22 Thread RobGMiller
What is the easiest way to manage button location at runtime?