inline forms
This commit is contained in:
parent
c91df4c359
commit
fe35429b11
|
@ -31,10 +31,13 @@
|
||||||
</div>
|
</div>
|
||||||
<form action="/save/html" method="post" class="form-horizontal">
|
<form action="/save/html" method="post" class="form-horizontal">
|
||||||
<fieldset>
|
<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>
|
<textarea class="form-control" rows="10" id="textArea" name="p"></textarea>
|
||||||
<span class="help-block">Paste your text here</span>
|
<span class="help-block">Paste your text here</span>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-inline">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
@ -444,6 +447,7 @@
|
||||||
<option value="zephir">Zephir</option>
|
<option value="zephir">Zephir</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<button type="submit" class="btn btn-raised btn-primary">Submit<div class="ripple-container"></div></button>
|
<button type="submit" class="btn btn-raised btn-primary">Submit<div class="ripple-container"></div></button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -469,4 +473,3 @@
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue