mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 21:28:00 -05:00
fixed #3061 - dialog buttons not visible without a theme file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user