Skip to content

Commit

Permalink
cleaned up styling of new filter section
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Aug 10, 2018
1 parent 1990d96 commit b5f505c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,18 +404,18 @@ <h1>Submit Publication for {{sampleName}}</h1>
<button class="btn btn-primary" type="button" ng-click="showSearchSampleTable=true;searchMatchedSamples();">Search For Samples</button>
</td>
<td valign="top">
<table class="invisibleTable" summary="layout" ng-show="showSearchSampleTable">
<table class="invisibleTable" style="margin-left:6px;" summary="layout" ng-show="showSearchSampleTable">
<tr>
<td>
<img ng-src="images/ajax-loader.gif" border="0" class="counts"
id="loaderImg" style="display: none" alt="load existing samples">
<label for="sampleFilter">Filter Samples</label>
<input type="text" id="sampleFilter" ng-model="sampleFilter"><br />
<input type="text" id="sampleFilter" ng-model="sampleFilter"><br /> <br />
<select ng-hide="loader" ng-hide="matchSampleSearch" data-ng-model="localForm.matchedSampleSelect"
data-ng-options="option for option in sampleResults | filter:sampleFilter" ng-multiple="true" multiple id="matchedSampleSelect">
</select>
</td>
<td><label for="matchedSampleSelect">
<td style="padding-top:5px !important; padding-left:10px !important;"><br /><label for="matchedSampleSelect">
<a href ng-click="updateAssociatedSamples()"
id="selectMatchedSampleButton">select</a></label>
</td>
Expand Down

0 comments on commit b5f505c

Please sign in to comment.