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
|
||||
</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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user