1

Improving layout

This commit is contained in:
Alex Yatskov 2015-03-01 18:52:53 +09:00
parent 6aabaac17b
commit 00ab321232

View File

@ -17,10 +17,30 @@
<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>
<div class="form-horizontal"> <table class="table table-striped">
<div class="form-group"> <thead>
<label class="control-label col-sm-6 text-left">Now is the time for all good men</label> <tr>
<div class="text-right"> <th class="text-left">Category</th>
<th class="text-right">Rating</th>
</tr>
</thead>
<tr>
<td class="text-left">Now is the time for all good men</td>
<td class="text-right">
<label class="radio-inline">
<input type="radio" name="test1" value="-1"> Agree
</label>
<label class="radio-inline">
<input type="radio" name="test1" value="-1" checked> Neither
</label>
<label class="radio-inline">
<input type="radio" name="test1" value="-1"> Disagree
</label>
</td>
</tr>
<tr>
<td class="text-left">Now is the time for all good men</td>
<td class="text-right">
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="test2" value="-1"> Agree <input type="radio" name="test2" value="-1"> Agree
</label> </label>
@ -30,33 +50,17 @@
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="test2" value="-1"> Disagree <input type="radio" name="test2" value="-1"> Disagree
</label> </label>
</div> </td>
</div> </tr>
</table>
<div class="form-group"> <div class="input-group">
<label class="control-label col-sm-8 text-left">Now is the time for all good men</label> <input type="text" class="form-control" placeholder="New property text">
<div class="text-right"> <span class="input-group-btn">
<label class="radio-inline"> <button class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span></button>
<input type="radio" name="test2" value="-1"> Agree </span>
</label>
<label class="radio-inline">
<input type="radio" name="test2" value="-1" checked> Neither
</label>
<label class="radio-inline">
<input type="radio" name="test2" value="-1"> Disagree
</label>
</div>
</div>
<div class="input-group">
<input type="text" class="form-control" placeholder="New property text">
<span class="input-group-btn">
<button class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span></button>
</span>
</div>
</div> </div>
<!-- result listing --> <!-- result listing -->
<!-- <div class="panel panel-default" style="display: none;" id="resultPanel"> --> <!-- <div class="panel panel-default" style="display: none;" id="resultPanel"> -->
<!-- <div class="panel-heading"> --> <!-- <div class="panel-heading"> -->