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;
|
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 {
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue