Layout changes to the web page

This commit is contained in:
Craine Runton 2016-08-04 16:04:24 -06:00
parent 8145b468ae
commit ac60c18565

View File

@ -28,23 +28,31 @@
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<div class="col-xs-12 col-md-6">
<p class="lead">By status:</p>
<div class="form-inline">
<div class="form-group">
<label>Response Type: </label>
<label class="checkbox-inline">
<input type="checkbox" id="response_type_1" value="normal" checked="checked"> Normal
</label>
<label class="checkbox-inline">
<input type="checkbox" id="response_type_2" value="warning" checked="checked"> Warning
</label>
<label class="checkbox-inline">
<label class="form-check-label">
<input type="checkbox" id="response_type_3" value="danger" checked="checked"> Danger
</label>
<label class="checkbox-inline">
</div>
<div class="form-group">
<label class="form-check-label">
<input type="checkbox" id="response_type_2" value="warning" checked="checked"> Warning
</label>
</div>
<div class="form-group">
<label class="form-check-label">
<input class="form-check-input" type="checkbox" id="response_type_1" value="normal" checked="checked"> Normal
</label>
</div>
<div class="form-group">
<label class="form-check-label">
<input type="checkbox" id="response_type_4" value="info" checked="checked"> Info
</label>
<label class="checkbox-inline">
</div>
<div class="form-group">
<label class="form-check-label">
<input type="checkbox" id="response_type_5" value="error" checked="checked"> Error
</label>
</div>