Skip to content

Commit

Permalink
add top margin to alert box
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason-ebi committed May 31, 2019
1 parent 85a9860 commit 573eab1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

<%-- <p> No hits that meet the p value threshold. <jsp:include page="heatmapFrag.jsp"/></p> --%>
<c:if test="${ attemptRegistered && !phenotypeStarted }">
<div class="alert alert-info">
<div class="alert alert-info mt-5">
<h5>Registered for phenotyping</h5>

<p>Phenotyping is planned for a knockout strain of this gene but
Expand All @@ -193,7 +193,7 @@


<c:if test="${!attemptRegistered and allMeasurementsNumber <= 0}">
<div class="alert alert-info">
<div class="alert alert-info mt-5">
<h5>Not currently registered for phenotyping</h5>

<p>Phenotyping is currently not planned for a knockout strain of this gene.
Expand Down

0 comments on commit 573eab1

Please sign in to comment.