Skip to content

Commit

Permalink
added padding in cells and table to fix spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Aug 10, 2018
1 parent b5f505c commit 1fc0153
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,11 @@ <h1>Submit Publication for {{sampleName}}</h1>

</tr>
<tr>
<td valign="top">
<td valign="top" style="padding-left:15px !important;">
<button class="btn btn-primary" type="button" ng-click="showSearchSampleTable=true;searchMatchedSamples();">Search For Samples</button>
</td>
<td valign="top">
<table class="invisibleTable" style="margin-left:6px;" summary="layout" ng-show="showSearchSampleTable">
<table class="invisibleTable" style="margin-left:15px;" summary="layout" ng-show="showSearchSampleTable">
<tr>
<td>
<img ng-src="images/ajax-loader.gif" border="0" class="counts"
Expand All @@ -415,7 +415,7 @@ <h1>Submit Publication for {{sampleName}}</h1>
data-ng-options="option for option in sampleResults | filter:sampleFilter" ng-multiple="true" multiple id="matchedSampleSelect">
</select>
</td>
<td style="padding-top:5px !important; padding-left:10px !important;"><br /><label for="matchedSampleSelect">
<td style="padding-top:20px !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 1fc0153

Please sign in to comment.