Updated Rounded Form section in manual test of forms.html

This commit is contained in:
Aurelio De Rosa 2013-07-10 00:59:49 +02:00
parent 445d7ac332
commit 3a2e622559

View File

@ -256,10 +256,14 @@
<h2>Rounded Form</h2> <h2>Rounded Form</h2>
<p>Add the pure-input-rounded classname to any form control.</p> <p>Add the pure-input-rounded classname to any form control.</p>
<form class="pure-form"> <form class="pure-form pure-form-stacked">
<input type="text" class="pure-input-rounded"> <label>Subject</label>
<button type="submit" class='pure-button'>Search</button> <input type="text" class="pure-input-rounded" placeholder="Subject" />
</form> <label>Message</label>
<textarea class="pure-input-rounded" rows="5" cols="40" placeholder="Message..."></textarea>
<button type="submit" class="pure-button pure-input-rounded">Search</button>
<input type="reset" class="pure-button pure-input-rounded" value="Reset" />
</form>
<h2>Selects</h2> <h2>Selects</h2>