From: Richard Worth Date: Wed, 31 Dec 2008 06:41:28 +0000 (+0000) Subject: demos/dialog: markup tweaks X-Git-Tag: 1.6rc3~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c067e99bb9fbc91c3815aeb38cda485c20714493;p=jquery-ui.git demos/dialog: markup tweaks --- 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 @@
-
-

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.


@@ -56,14 +56,15 @@
- -
-

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.

+

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

- diff --git a/demos/dialog/modal_message.html b/demos/dialog/modal_message.html index 8d2266181..7ce68632b 100644 --- a/demos/dialog/modal_message.html +++ b/demos/dialog/modal_message.html @@ -28,20 +28,20 @@ -
-

Your files have downloaded successfully into the My Downloads folder.

-

Currently using 36% of your storage space.

-
- -
-
-

This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

-
+
+

+ + Your files have downloaded successfully into the My Downloads folder. +

+

+ Currently using 36% of your storage space. +

+
- -
+ +

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.


@@ -57,11 +57,15 @@
- -
-

A modal message dialog like this is useful for providing information to the user that requires them to explicitly acknowledge before continuing with their work.

This example adds a button bar with a single 'Ok' button to dismiss the dialog.

+

+A modal message dialog like this is useful for providing information to the user that requires them to explicitly acknowledge before continuing with their work. +

+ +

+This example adds a button bar with a single 'Ok' button to dismiss the dialog. +