aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner')
-rw-r--r--demos/spinner/currency.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html
index bb285086e..19e0c2396 100644
--- a/demos/spinner/currency.html
+++ b/demos/spinner/currency.html
@@ -33,6 +33,11 @@
<body>
<p>
+ <label for="spinner">Amount to donate:</label>
+ <input id="spinner" name="spinner" value="5">
+</p>
+
+<p>
<label for="currency">Currency to donate</label>
<select id="currency" name="currency">
<option value="en-US">US $</option>
@@ -40,10 +45,6 @@
<option value="ja-JP">YEN ¥</option>
</select>
</p>
-<p>
- <label for="spinner">Amount to donate:</label>
- <input id="spinner" name="spinner" value="5">
-</p>
<div class="demo-description">
<p>Example of a donation form, with currency selection and amount spinner.</p>