Fix button style

This commit is contained in:
cuom1999 2022-09-02 00:32:28 -05:00
parent cc6c692cc5
commit e832391621
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
line-height: 1.25; line-height: 1.25;
margin: 0; margin: 0;
min-height: 3rem; min-height: 3rem;
padding: calc(.875rem - 1px) calc(1rem - 1px); padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative; position: relative;
text-decoration: none; text-decoration: none;
transition: all 250ms; transition: all 250ms;
@ -64,7 +64,7 @@
&.small { &.small {
min-height: auto; min-height: auto;
padding: calc(.5rem - 1px) calc(0.1rem - 1px); padding: calc(.5rem - 1px) calc(1rem - 1px);
} }
&.btn-gray { &.btn-gray {

View file

@ -109,7 +109,7 @@
<br> <br>
<div> <div>
<form action="{{ url('all_user_submissions', user.user.username) }}"> <form action="{{ url('all_user_submissions', user.user.username) }}">
<input type="submit" value="{{ _('View submissions') }}" class="small" style="width:135px"> <input type="submit" value="{{ _('View submissions') }}" class="small" style="width:135px; padding-left: 1px; padding-right: 1px">
</form> </form>
</div> </div>
{% if request.user.is_authenticated %} {% if request.user.is_authenticated %}