Skip to content

Commit

Permalink
chore: css updates for registration login
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed May 18, 2021
1 parent d6571a4 commit 8fd2ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scidash/account/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ body {
letter-spacing: 0px;
margin-top: 16px;
margin-right: 16px;
width: 200px;
width: 208px;
display: flex;
justify-content: center;
align-items: center;
Expand Down
6 changes: 3 additions & 3 deletions scidash/account/templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ <h5>SCIDASH LOGIN</h5>
Login with Twitter
</button>
</a>
<br>
<h6 style="margin-top: 80px">Or use your SciDash account</h6>
<br style="clear: both;">
<h6 style="margin-top: 40px">Or use your SciDash account</h6>
<form method="POST">
{% csrf_token %}
{% form form=form %}{% endform %}
Expand All @@ -48,7 +48,7 @@ <h6 style="margin-top: 80px">Or use your SciDash account</h6>
</a>
</form>
<br>
<h6 style="margin-top: 80px">Or sign up for a SciDash account</h6>
<h6 style="margin-top: 40px">Or sign up for a SciDash account</h6>
<a href="{% url 'sign-up' %}">
<button name="_signup" class="btn" style="float: left; letter-spacing: 0px;">Sign-up</button>
</a>
Expand Down

0 comments on commit 8fd2ae8

Please sign in to comment.