Skip to content

Commit

Permalink
Front page buttons alignment corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkjang committed Oct 11, 2019
1 parent 02552f0 commit f609811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/views/home/portalHome.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
</div>
</div>
<a href="${createLink(controller:'trait',action:'genePrioritization')}?trait=T2D&significance=0.0005">
<button class="btn btn-primary btn-sm" type="button" style="width:15%; height: 50px; background-color:#fff; color: #000; border:none; border-radius: 5px; margin:0; background-image:url(${resource(dir: 'images', file: 'button_arrow.svg')}); background-repeat: no-repeat; background-position: center right; font-size: 14px;" ><g:message code="mainpage.button.imperative"/>&nbsp;&nbsp;&nbsp;</button></a>
<button class="btn btn-primary btn-sm" type="button" style="width:15%; height: 50px; background-color:#fff; color: #000; border:none; border-radius: 5px; margin:0; background-image:url(${resource(dir: 'images', file: 'button_arrow.svg')}); background-repeat: no-repeat; background-position: center right; font-size: 14px; margin-top: 15px;" ><g:message code="mainpage.button.imperative"/>&nbsp;&nbsp;&nbsp;</button></a>
</div>
</div>
</g:if>
Expand All @@ -301,7 +301,7 @@
</div>
</div>
<a href="${createLink(controller:'gene', action:'effectorGeneTable')}">
<button class="btn btn-primary btn-sm" type="button" style="width:15%; height: 50px; background-color:#fff; color: #000; border:none; border-radius: 5px; margin:0; background-image:url(${resource(dir: 'images', file: 'button_arrow.svg')}); background-repeat: no-repeat; background-position: center right; font-size: 14px;" ><g:message code="mainpage.button.imperative"/>&nbsp;&nbsp;&nbsp;</button></a>
<button class="btn btn-primary btn-sm" type="button" style="width:15%; height: 50px; background-color:#fff; color: #000; border:none; border-radius: 5px; margin:0; background-image:url(${resource(dir: 'images', file: 'button_arrow.svg')}); background-repeat: no-repeat; background-position: center right; font-size: 14px; margin-top: 15px;" ><g:message code="mainpage.button.imperative"/>&nbsp;&nbsp;&nbsp;</button></a>
</div>
</div>
</g:if>
Expand Down

0 comments on commit f609811

Please sign in to comment.