From 24ce1c8b24e5fc7db98a68c0b5e39aaa293cd040 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Sat, 8 Nov 2014 07:39:30 -0500 Subject: [PATCH] Dialog: Updating demo style based on changes to theme and demo CSS Fixes #10693 Closes #1385 --- demos/dialog/modal-confirmation.html | 5 +++-- demos/dialog/modal-form.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index e140278264..741f59d38e 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -17,7 +17,8 @@ $(function() { $( "#dialog-confirm" ).dialog({ resizable: false, - height:140, + height: "auto", + width: 400, modal: true, buttons: { "Delete all items": function() { @@ -34,7 +35,7 @@
-

These items will be permanently deleted and cannot be recovered. Are you sure?

+

These items will be permanently deleted and cannot be recovered. Are you sure?

Sed vel diam id libero rutrum convallis. 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.

diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index b09f4e91e8..919bb0733d 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -93,7 +93,7 @@ dialog = $( "#dialog-form" ).dialog({ autoOpen: false, - height: 300, + height: 400, width: 350, modal: true, buttons: {