Cleanup for demo page
This commit is contained in:
parent
e31948c219
commit
f577ce28c1
1 changed files with 23 additions and 30 deletions
|
@ -166,36 +166,29 @@
|
||||||
<a href="#">About</a>
|
<a href="#">About</a>
|
||||||
<a href="#">Contact</a>
|
<a href="#">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<style>
|
<form>
|
||||||
label {
|
<fieldset>
|
||||||
padding: 4px;
|
<legend>Simple form</legend>
|
||||||
}
|
<div class="input-group fluid">
|
||||||
</style>
|
<label for="username">username</label>
|
||||||
<form>
|
<input type="email" value="" id="username" placeholder="username">
|
||||||
<fieldset>
|
<label for="pwd">password</label>
|
||||||
<legend>Simple form</legend>
|
<input type="password" value="" id="pwd" placeholder="password">
|
||||||
<div class="input-group fluid">
|
</div>
|
||||||
<label for="username">username</label>
|
<div class="input-group">
|
||||||
<input type="email" value="" id="username" placeholder="username">
|
<label for="username">username</label>
|
||||||
|
<input type="email" value="" id="username" placeholder="username">
|
||||||
<label for="pwd">password</label>
|
</div>
|
||||||
<input type="password" value="" id="pwd" placeholder="password">
|
<div class="input-group">
|
||||||
</div>
|
<input type="checkbox" id="check1" tabindex="0">
|
||||||
<div class="input-group">
|
<label for="check1">Checkbox</label>
|
||||||
<label for="username">username</label>
|
</div>
|
||||||
<input type="email" value="" id="username" placeholder="username">
|
<div class="input-group">
|
||||||
</div>
|
<input type="radio" id="rad1" tabindex="0" name="radio-group-1">
|
||||||
<div class="input-group">
|
<label for="rad1">Radio</label>
|
||||||
<input type="checkbox" id="check1" tabindex="0">
|
</div>
|
||||||
<label for="check1">Checkbox</label>
|
</fieldset>
|
||||||
</div>
|
</form>
|
||||||
|
|
||||||
<div class="input-group">
|
|
||||||
<input type="radio" id="rad1" tabindex="0" name="radio-group-1">
|
|
||||||
<label for="rad1">Radio</label>
|
|
||||||
</div>
|
|
||||||
</fieldset>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue