diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 20:01:55 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 20:01:55 +0000 |
commit | 7e93fd4ee6f3f19d92b1e3008e5a9fd1370f003d (patch) | |
tree | e0f78955968f055fe35fad6b8866001eb8fa8871 /demos | |
parent | 3bffcdffa3c93e859c007475533057d4a3e1cbad (diff) | |
download | jquery-ui-7e93fd4ee6f3f19d92b1e3008e5a9fd1370f003d.tar.gz jquery-ui-7e93fd4ee6f3f19d92b1e3008e5a9fd1370f003d.zip |
demos/dialog/modal.html: clarified the description for modal
Diffstat (limited to 'demos')
-rw-r--r-- | demos/dialog/modal.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index 6789ec8e9..4c0f2ba4c 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -48,11 +48,15 @@ </div><!-- End demo --> - - <div class="demo-description"> -<p>This is identical to the default dialog except a semi-transparent overlay layer is added as an option to make this look more modal and dim out the page content behind it to bring the user's attention to the dialog.</p><p>The dialog window can be moved, resized and closed with the 'x' icon.</p> +<p> +This is a simple modal dialog with a semi-transparent overlay layer added as an option to dim out the page content behind it and bring the user's attention to the dialog. A modal dialog prevents interaction from the rest of the page until it is dismissed. +</p> + +<p> +The dialog window can be moved, resized and closed with the 'x' icon. +</p> </div><!-- End demo-description --> |