update stacked form manual test

This commit is contained in:
Tilo Mitra 2013-06-06 10:06:53 -04:00
parent 13e1134a0f
commit aa9fa1eace

View File

@ -79,6 +79,7 @@
<input type="checkbox"> I've read the terms and conditions
</label>
<button type="submit" class='pure-button'>Submit</button>
<button type="reset" class='pure-button'>Reset</button>
</fieldset>
</form>
@ -100,6 +101,8 @@
<aside class='pure-help-inline'>This is a required field.</aside>
<label>City</label>
<input type="text">
<aside class='pure-form-message'>This is another required field.</aside>
<label>State</label>
<select class='pure-input-medium'>
<option>AL</option>
@ -112,6 +115,8 @@
<input type="checkbox"> I've read the terms and conditions
</label>
<button type="submit" class='pure-button notice'>Submit</button>
<button type="reset" class='pure-button'>Reset</button>
</fieldset>
</form>