mirror of
https://github.com/pure-css/pure
synced 2024-12-16 23:25:53 +01:00
update form manual test to work with e8645ae
This commit is contained in:
parent
e8645ae508
commit
5046fd8de9
@ -123,11 +123,13 @@
|
|||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
<label>Username</label>
|
<label>Username</label>
|
||||||
<input type="text" placeholder="Username">
|
<input type="text" placeholder="Username">
|
||||||
|
<aside class='pure-form-message-inline'>This is a <code>pure-form-message-inline</code> field.</aside>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
<label>Password</label>
|
<label>Password</label>
|
||||||
<input type="password" placeholder="Password">
|
<input type="password" placeholder="Password">
|
||||||
|
<aside class='pure-help-inline'>This is a <code>pure-help-inline</code> field. Deprecated.</aside>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
@ -292,7 +294,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<label>Last Name</label>
|
<label>Last Name</label>
|
||||||
<input type="text" />
|
<input type="text" />
|
||||||
<aside class="pure-help-block">Block help text</aside>
|
<aside class="pure-form-message">Block help text</aside>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user