Skip to content

Commit

Permalink
fixed #3061 - dialog buttons not visible without a theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Jul 3, 2008
1 parent cbda2f3 commit 069fcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 069fcab

Please sign in to comment.