Changed table CSS
This commit is contained in:
parent
12b799423a
commit
a661ceba02
3 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<label class="col-md-3 form-control-label" for="text-input"><strong>Organisation Search Results</strong></label>
|
||||
<div class="col-md-9">
|
||||
<span class="help-block"><strong>Select an Organisation from the table below</strong></span>
|
||||
<table class="table table-hover">
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Organisation Name</th>
|
||||
|
|
Reference in a new issue