aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal_confirmation.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog/modal_confirmation.html')
-rw-r--r--demos/dialog/modal_confirmation.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/demos/dialog/modal_confirmation.html b/demos/dialog/modal_confirmation.html
index 13666a623..245d8e196 100644
--- a/demos/dialog/modal_confirmation.html
+++ b/demos/dialog/modal_confirmation.html
@@ -35,12 +35,12 @@
<div class="demo">
- <div id="dialog" 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>
- </div>
+<div id="dialog" 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>
+</div>
- <!-- Sample page content to illustrate the layering of the dialog -->
- <div class="hiddenInViewSource" style="padding:20px;">
+<!-- Sample page content to illustrate the layering of the dialog -->
+<div class="hiddenInViewSource" style="padding:20px;">
<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>
<form>
<input value="text input" /><br />
@@ -56,14 +56,15 @@
</div><!-- End demo -->
-
-
<div class="demo-description">
-<p>This type of dialog adds a button bar and is useful for confirming an action that may be destructive or important. These are typically displayed as modal dialogs to get the user's attention and force a decision before continuing. This example uses the an icon from the css sprite set and is set to be not resizable by setting this option to false.</p>
+<p>
+This type of dialog adds a button bar and is useful for confirming an action that may be destructive or important.
+These are typically displayed as modal dialogs to get the user's attention and force a decision before continuing.
+This example uses an icon from the css sprite set and is set to be not resizable by setting the resizable option to false.
+</p>
</div><!-- End demo-description -->
-
</body>
</html>