Skip to content

Commit

Permalink
alignment of add/edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurabkcutk authored and sarats committed Nov 30, 2018
1 parent 712f6e9 commit eb09cc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions portal/pace/templates/exp-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ <h3 style="text-align:center">Experiment Details</h3>
<br>
Additional Notes:
</code>
<textarea style="resize:both" id="note" name="note" class="form-control" readonly>{{note}}</textarea><a href="/note/{{exp.expid}}"><input style = "text-align:center;width:100%" value="Add/Edit" class="btn btn-light"/><br>
<a href="/static/data/exp-{{exp.user}}-{{exp.expid}}.zip">Download Raw Data</a>
<textarea style="resize:both" id="note" name="note" class="form-control" readonly>{{note}}</textarea><p style="text-align:center;margin-top:5px"><a href="/note/{{exp.expid}}"><input type="button" style = "text-align:center" value="Add/Edit" class="btn btn-outline-secondary"/><br></p><a href="/static/data/exp-{{exp.user}}-{{exp.expid}}.zip">Download Raw Data</a>
</pre>
</td>
<td class="inBlock">
Expand Down

0 comments on commit eb09cc0

Please sign in to comment.