Spinner demo: Reorder input and select to be consistent with other demos

This commit is contained in:
Jörn Zaefferer
2014-04-24 13:40:02 +02:00
parent 101513d651
commit ff253e7372

View File

@@ -32,6 +32,11 @@
</head>
<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">
@@ -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>