mirror of https://github.com/zulip/zulip.git
upgrade: Fix spacing issue for fixed plan upgrade page.
This commit is contained in:
parent
949379581e
commit
90e67f7d75
|
@ -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 }}" />
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue