1

More fixups

This commit is contained in:
Alex Yatskov 2015-03-01 18:59:54 +09:00
parent 00ab321232
commit 665c0a75ec

View File

@ -17,6 +17,7 @@
<h1><img id="spinner" alt="loading" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">Search Profile</h1> <h1><img id="spinner" alt="loading" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">Search Profile</h1>
</div> </div>
<!-- categories -->
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
@ -54,8 +55,9 @@
</tr> </tr>
</table> </table>
<!-- new category adder -->
<div class="input-group"> <div class="input-group">
<input type="text" class="form-control" placeholder="New property text"> <input type="text" class="form-control" placeholder="New category text">
<span class="input-group-btn"> <span class="input-group-btn">
<button class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span></button> <button class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span></button>
</span> </span>