|
@@ -1,3 +1,4 @@
|
|
|
|
|
+
|
|
|
<section id="form" data-transition="slide">
|
|
<section id="form" data-transition="slide">
|
|
|
<header data-title="Form Elements" data-back="home"></header>
|
|
<header data-title="Form Elements" data-back="home"></header>
|
|
|
|
|
|
|
@@ -119,27 +120,33 @@
|
|
|
</div>
|
|
</div>
|
|
|
</article>
|
|
</article>
|
|
|
|
|
|
|
|
- <article id="form-special" class="indented scroll">
|
|
|
|
|
|
|
+ <article id="form-special" class=" indented scroll">
|
|
|
<div class="form" >
|
|
<div class="form" >
|
|
|
<label>Specials</label>
|
|
<label>Specials</label>
|
|
|
<fieldset data-icon="search">
|
|
<fieldset data-icon="search">
|
|
|
<input type="search" placeholder="Search..."/>
|
|
<input type="search" placeholder="Search..."/>
|
|
|
</fieldset>
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <label>Address</label>
|
|
|
|
|
+ <input type="text" placeholder="placeholder" class="border" />
|
|
|
|
|
+ <input type="text" placeholder="placeholder" class="border error" value="error" />
|
|
|
|
|
+ <input type="text" placeholder="placeholder" class="border success" value="success" />
|
|
|
|
|
+
|
|
|
<div class="layout horizontal">
|
|
<div class="layout horizontal">
|
|
|
<div data-layout="third">
|
|
<div data-layout="third">
|
|
|
<label>Address</label>
|
|
<label>Address</label>
|
|
|
- <input type="text" placeholder="placeholder"/>
|
|
|
|
|
|
|
+ <input type="text" placeholder="placeholder" class="border" />
|
|
|
</div>
|
|
</div>
|
|
|
<div data-layout="primary">
|
|
<div data-layout="primary">
|
|
|
<label>Pin Code</label>
|
|
<label>Pin Code</label>
|
|
|
- <input type="password" value="value" disabled/>
|
|
|
|
|
|
|
+ <input type="password" value="value" class="border" disabled/>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<label>Select your skill</label>
|
|
<label>Select your skill</label>
|
|
|
- <label class="select">
|
|
|
|
|
- <select class="custom">
|
|
|
|
|
|
|
+ <label class="select border">
|
|
|
|
|
+ <select>
|
|
|
<option value="1">HTML5 Jedi</option>
|
|
<option value="1">HTML5 Jedi</option>
|
|
|
<option value="2">Two</option>
|
|
<option value="2">Two</option>
|
|
|
<option value="3">Three</option>
|
|
<option value="3">Three</option>
|
|
@@ -150,13 +157,28 @@
|
|
|
<div id="progress-normal" data-progress="25%"></div>
|
|
<div id="progress-normal" data-progress="25%"></div>
|
|
|
|
|
|
|
|
<label>Range</label>
|
|
<label>Range</label>
|
|
|
- <input type="range" placeholder="type your name" />
|
|
|
|
|
|
|
+ <input type="range" placeholder="type your name" min="0" max="8" />
|
|
|
|
|
+
|
|
|
|
|
|
|
|
<label>Checkbox</label>
|
|
<label>Checkbox</label>
|
|
|
|
|
+ <div class="layout horizontal">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div data-control-checkbox="normal"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div data-control-checkbox="twit-example" class="twitter"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div data-control-checkbox="ok-example" class="ok"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
<br/>
|
|
<br/>
|
|
|
- <input type="range" min="0" max="1" class="checkbox active" value="1">
|
|
|
|
|
|
|
|
|
|
- <button class="anchor accept" data-label="Return to normal Elements"></button>
|
|
|
|
|
|
|
+ <button class="anchor margin-bottom" data-label="Return to normal Elements"></button>
|
|
|
|
|
+ <button class="anchor accept margin-bottom" data-label="Return to normal Elements"></button>
|
|
|
|
|
+ <button class="anchor cancel margin-bottom" data-label="Return to normal Elements"></button>
|
|
|
|
|
+ <button class="anchor secondary margin-bottom" data-label="Return to normal Elements"></button>
|
|
|
|
|
+ <button class="anchor disabled" data-label="Return to normal Elements"></button>
|
|
|
</div>
|
|
</div>
|
|
|
</article>
|
|
</article>
|
|
|
</section>
|
|
</section>
|