inline forms

This commit is contained in:
Eliot Whalan 2016-06-23 15:43:19 +10:00
parent c91df4c359
commit fe35429b11
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 415 additions and 412 deletions

View File

@ -31,10 +31,13 @@
</div>
<form action="/save/html" method="post" class="form-horizontal">
<fieldset>
<div class="well form-group is-empty">
<div class="well">
<div class="form-group is-empty">
<textarea class="form-control" rows="10" id="textArea" name="p"></textarea>
<span class="help-block">Paste your text here</span>
</div>
</div>
<div class="form-inline">
<div class="form-group">
<div class="row">
<div class="col-md-6">
@ -444,6 +447,7 @@
<option value="zephir">Zephir</option>
</select>
</div>
</div>
<div class="col-md-6">
<button type="submit" class="btn btn-raised btn-primary">Submit<div class="ripple-container"></div></button>
</div>
@ -469,4 +473,3 @@
</body>
</html>