Skip to content

Dialog: Updating demo style based on changes to theme and demo CSS #1385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions demos/dialog/modal-confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
$(function() {
$( "#dialog-confirm" ).dialog({
resizable: false,
height:140,
height: "auto",
width: 400,
modal: true,
buttons: {
"Delete all items": function() {
Expand All @@ -34,7 +35,7 @@
<body>

<div id="dialog-confirm" title="Empty the recycle bin?">
<p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>These items will be permanently deleted and cannot be recovered. Are you sure?</p>
<p><span class="ui-icon ui-icon-alert" style="float:left; margin:12px 12px 20px 0;"></span>These items will be permanently deleted and cannot be recovered. Are you sure?</p>
</div>

<p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
Expand Down
2 changes: 1 addition & 1 deletion demos/dialog/modal-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

dialog = $( "#dialog-form" ).dialog({
autoOpen: false,
height: 300,
height: 400,
width: 350,
modal: true,
buttons: {
Expand Down