Fix button style
This commit is contained in:
parent
cc6c692cc5
commit
e832391621
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
line-height: 1.25;
|
||||
margin: 0;
|
||||
min-height: 3rem;
|
||||
padding: calc(.875rem - 1px) calc(1rem - 1px);
|
||||
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
transition: all 250ms;
|
||||
|
@ -64,7 +64,7 @@
|
|||
|
||||
&.small {
|
||||
min-height: auto;
|
||||
padding: calc(.5rem - 1px) calc(0.1rem - 1px);
|
||||
padding: calc(.5rem - 1px) calc(1rem - 1px);
|
||||
}
|
||||
|
||||
&.btn-gray {
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
<br>
|
||||
<div>
|
||||
<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>
|
||||
</div>
|
||||
{% if request.user.is_authenticated %}
|
||||
|
|
Loading…
Reference in a new issue