aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/highlight_error.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-12 02:31:34 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-12 02:31:34 +0000
commitba9bb22b55e0ba281ef9ac38089f3dd98206112b (patch)
treeea3263f6fb39d7b5627fc9a8af16ffcfd456f9fa /tests/static/highlight_error.html
parent73713183f822ee11d9167f8ccf6eb79f31d339ee (diff)
downloadjquery-ui-ba9bb22b55e0ba281ef9ac38089f3dd98206112b.tar.gz
jquery-ui-ba9bb22b55e0ba281ef9ac38089f3dd98206112b.zip
tests/static: whitespace and formatting
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r--tests/static/highlight_error.html81
1 files changed, 38 insertions, 43 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html
index 7cb5a7bc2..e050fefdc 100644
--- a/tests/static/highlight_error.html
+++ b/tests/static/highlight_error.html
@@ -21,7 +21,6 @@
<body>
<h2>Error State</h2>
-
<div class="ui-state-error ui-corner-all" style="width: 420px;">
<p><span class="ui-icon ui-icon-alert"></span>
<strong>Error:</strong> There is a problem in your form submission!</p>
@@ -32,52 +31,48 @@
<p><span class="ui-icon ui-icon-info"></span> <strong>Quick Tip!</strong> Hold ctrl while clicking to get contextual helpers.</p>
</div>
-
<form>
<fieldset>
-<div>
-<label>Text</label>
-<input type="text" value="dafs" />
-</div>
-
-<div>
-<label>Text</label>
-<input type="text" value="dafs" class="ui-state-error" />
-</div>
+ <div>
+ <label>Text</label>
+ <input type="text" value="dafs" />
+ </div>
+
+ <div>
+ <label>Text</label>
+ <input type="text" value="dafs" class="ui-state-error" />
+ </div>
+
+ <div>
+ <input type="radio" />
+ <label>Text</label>
+ </div>
+
+ <div class="ui-state-error-text">
+ <input type="radio" />
+ <label>Text</label>
+ </div>
+
+ <div>
+ <input type="checkbox" class="ui-state-error" />
+ <label>Text</label>
+ </div>
+
+ <div>
+ <label>Text</label>
+ <select class="ui-state-error">
+ <option val="dasf">dsaf</option>
+ <option val="dasf">dsaf</option>
+ <option val="dasf">dsaf</option>
+ <option val="dasf">dsaf</option>
+ </select>
+ </div>
+
+ <button class="ui-state-default ui-priority-primary ui-corner-all">Primary</button>
+ <button class="ui-state-default ui-priority-secondary ui-corner-all">Secondary</button>
+ <button class="ui-state-default ui-state-disabled ui-corner-all">Disabled</button>
-<div>
-<input type="radio" />
-<label>Text</label>
-</div>
-
-<div class="ui-state-error-text">
-<input type="radio" />
-<label>Text</label>
-
-</div>
-<div>
-<input type="checkbox" class="ui-state-error" />
-<label>Text</label>
-
-</div>
-
-<div>
-<label>Text</label>
-<select class="ui-state-error">
-<option val="dasf">dsaf</option>
-<option val="dasf">dsaf</option>
-<option val="dasf">dsaf</option>
-<option val="dasf">dsaf</option>
-</select>
-
-
-</div>
-
-<button class="ui-state-default ui-priority-primary ui-corner-all">Primary</button>
- <button class="ui-state-default ui-priority-secondary ui-corner-all">Secondary</button>
- <button class="ui-state-default ui-state-disabled ui-corner-all">Disabled</button>
</fieldset>
-
</form>
</body>