upgrade: Fix spacing issue for fixed plan upgrade page.

This commit is contained in:
Aman Agrawal 2024-02-20 17:56:53 +00:00 committed by Tim Abbott
parent 949379581e
commit 90e67f7d75
2 changed files with 8 additions and 11 deletions

View File

@ -37,10 +37,12 @@
<div class="white-box">
<div id="upgrade-page-details">
{% if pay_by_invoice_payments_page %}
<div id="pay-by-invoice-details">
<a href="{{ pay_by_invoice_payments_page }}" target="_blank" rel="noopener noreferrer">An invoice</a>
for $<span class="due-today-price"></span> has been sent to <b>{{email}}</b>.
To complete the plan upgrade process, please pay the amount due.
<div class="input-box top-of-page-notice upgrade-page-field">
<div class="not-editable-realm-field">
<a href="{{ pay_by_invoice_payments_page }}" target="_blank" rel="noopener noreferrer">An invoice</a>
for $<span class="due-today-price"></span> has been sent to <b>{{email}}</b>.
To complete the plan upgrade process, please pay the amount due.
</div>
</div>
{% else %}
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}" />

View File

@ -594,7 +594,8 @@ input[name="licenses"] {
#remote-billing-confirm-email-intro .not-editable-realm-field,
#billing-page-details .billing-frequency-message.not-editable-realm-field,
#free-trial-top-banner .not-editable-realm-field,
#upgrade-page-details .license-management-section .not-editable-realm-field {
#upgrade-page-details .license-management-section .not-editable-realm-field,
#upgrade-page-details .top-of-page-notice .not-editable-realm-field {
padding-top: 0;
}
@ -745,9 +746,3 @@ input[name="licenses"] {
.flat-discount-separator {
border-bottom: 1px solid hsl(0deg 0% 0%);
}
#upgrade-page-details #pay-by-invoice-details {
width: 450px;
font-weight: normal;
padding-left: 15px;
}