mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
update stacked form manual test
This commit is contained in:
parent
13e1134a0f
commit
aa9fa1eace
@ -79,6 +79,7 @@
|
|||||||
<input type="checkbox"> I've read the terms and conditions
|
<input type="checkbox"> I've read the terms and conditions
|
||||||
</label>
|
</label>
|
||||||
<button type="submit" class='pure-button'>Submit</button>
|
<button type="submit" class='pure-button'>Submit</button>
|
||||||
|
<button type="reset" class='pure-button'>Reset</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
@ -100,6 +101,8 @@
|
|||||||
<aside class='pure-help-inline'>This is a required field.</aside>
|
<aside class='pure-help-inline'>This is a required field.</aside>
|
||||||
<label>City</label>
|
<label>City</label>
|
||||||
<input type="text">
|
<input type="text">
|
||||||
|
<aside class='pure-form-message'>This is another required field.</aside>
|
||||||
|
|
||||||
<label>State</label>
|
<label>State</label>
|
||||||
<select class='pure-input-medium'>
|
<select class='pure-input-medium'>
|
||||||
<option>AL</option>
|
<option>AL</option>
|
||||||
@ -112,6 +115,8 @@
|
|||||||
<input type="checkbox"> I've read the terms and conditions
|
<input type="checkbox"> I've read the terms and conditions
|
||||||
</label>
|
</label>
|
||||||
<button type="submit" class='pure-button notice'>Submit</button>
|
<button type="submit" class='pure-button notice'>Submit</button>
|
||||||
|
<button type="reset" class='pure-button'>Reset</button>
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user