fixed input login field on safari, fixed edit billing address view
This commit is contained in:
parent
7bcb9b0f62
commit
cb76fb4a1d
2 changed files with 4 additions and 1 deletions
|
@ -56,6 +56,8 @@
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
input[type="password"] {line-height: normal;padding-bottom: 4px;}
|
||||
|
||||
</style>
|
||||
<section id="price">
|
||||
<div class="signup-container">
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
padding: .5em;
|
||||
padding-right: 1.5em
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<section id="price">
|
||||
|
@ -46,7 +47,7 @@
|
|||
<h2 class="signup-lead text-center">{{ message }}</h2>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<button id="payment_button" class="btn btn-primary btn-md btn-blck " type="submit">Save</button>
|
||||
<button type="submit" id="" class="btn btn-primary btn-md btn-blck " >Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue