fixed #3061 - dialog buttons not visible without a theme file

This commit is contained in:
Richard Worth
2008-07-03 14:23:28 +00:00
parent cbda2f35ae
commit 069fcab637

View File

@@ -80,7 +80,7 @@ $.widget("ui.dialog", {
}),
uiDialogButtonPane = (this.uiDialogButtonPane = $('<div/>'))
.addClass('ui-dialog-buttonpane')
.addClass('ui-dialog-buttonpane').css({ position: 'absolute', bottom: 0 })
.appendTo(uiDialog);
this.uiDialogTitlebarClose = $('.ui-dialog-titlebar-close', uiDialogTitlebar)