From 7e93fd4ee6f3f19d92b1e3008e5a9fd1370f003d Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 31 Dec 2008 20:01:55 +0000 Subject: [PATCH] demos/dialog/modal.html: clarified the description for modal --- demos/dialog/modal.html | 10 +++++++--- 1 file 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 @@ - -
-

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.

The dialog window can be moved, resized and closed with the 'x' icon.

+

+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. +

+ +

+The dialog window can be moved, resized and closed with the 'x' icon. +