From 98fb8c836220730bb9d7c0d73d6766d2b898d773 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 10 Sep 2010 09:01:54 -0400 Subject: [PATCH] Dialog demos: Coding standards. --- demos/dialog/animated.html | 48 +++++----- demos/dialog/default.html | 32 +++---- demos/dialog/index.html | 4 +- demos/dialog/modal-confirmation.html | 40 ++++----- demos/dialog/modal-form.html | 128 ++++++++++++--------------- demos/dialog/modal-message.html | 38 ++++---- demos/dialog/modal.html | 35 ++++---- 7 files changed, 157 insertions(+), 168 deletions(-) diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index 26f298acc..0d74662ee 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -1,34 +1,34 @@ - + jQuery UI Dialog - Animation - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -44,10 +44,10 @@ -
-

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

+
+

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

diff --git a/demos/dialog/index.html b/demos/dialog/index.html index 45d4a9f43..460e4fb36 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -1,9 +1,9 @@ - + jQuery UI Dialog Demos - + diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 4affb5964..77aa15931 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -1,34 +1,34 @@ - + jQuery UI Dialog - Modal confirmation - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - @@ -142,10 +135,7 @@
- -

Existing Users:

- - +

Existing Users:

@@ -167,10 +157,10 @@ -
-

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index a0ab01b21..985f2aba0 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -1,30 +1,30 @@ - + jQuery UI Dialog - Modal message - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + +