From c152061ef22ca7a66b4d114d9a6461b33ea7772c Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 19 Aug 2024 11:53:14 +0200 Subject: [PATCH] support: Consolidate margin bottom CSS rule for forms. --- .../support/current_plan_forms_support.html | 6 +++--- .../corporate/support/next_plan_forms_support.html | 4 ++-- .../support/sponsorship_discount_forms.html | 6 +++--- .../support/sponsorship_forms_support.html | 4 ++-- web/styles/portico/activity.css | 14 +++++--------- 5 files changed, 15 insertions(+), 19 deletions(-) diff --git a/templates/corporate/support/current_plan_forms_support.html b/templates/corporate/support/current_plan_forms_support.html index 29919498f5..d937e6dbe8 100644 --- a/templates/corporate/support/current_plan_forms_support.html +++ b/templates/corporate/support/current_plan_forms_support.html @@ -1,4 +1,4 @@ -
+ Billing collection method
{{ csrf_input }} @@ -10,7 +10,7 @@
{% if current_plan.status == current_plan.ACTIVE %} -
+ Plan end date
{{ csrf_input }} @@ -20,7 +20,7 @@
{% endif %} -
+ Modify current plan
{{ csrf_input }} diff --git a/templates/corporate/support/next_plan_forms_support.html b/templates/corporate/support/next_plan_forms_support.html index 4efbaef627..e9f48d8d5f 100644 --- a/templates/corporate/support/next_plan_forms_support.html +++ b/templates/corporate/support/next_plan_forms_support.html @@ -1,5 +1,5 @@

⏱️ Schedule plan:

- + Configure fixed price plan:
{% if not plan_data.is_current_plan_billable %} Enter Invoice ID only if the customer chose to pay by invoice.
@@ -13,7 +13,7 @@
{% if not plan_data.current_plan %} -
+ Configure temporary courtesy plan:
Once created, the end date for the temporary courtesy plan can be extended.
{{ csrf_input }} diff --git a/templates/corporate/support/sponsorship_discount_forms.html b/templates/corporate/support/sponsorship_discount_forms.html index 65e4e00e5f..d542459945 100644 --- a/templates/corporate/support/sponsorship_discount_forms.html +++ b/templates/corporate/support/sponsorship_discount_forms.html @@ -1,4 +1,4 @@ - + Required plan tier for discounts and fixed prices:
Updates will not change any pre-existing plans or scheduled upgrades.
{{ csrf_input }} @@ -15,7 +15,7 @@
-
+ Discounted price + Minimum licenses:
{{ csrf_input }} diff --git a/templates/corporate/support/sponsorship_forms_support.html b/templates/corporate/support/sponsorship_forms_support.html index 67da5e8530..63a7305bfd 100644 --- a/templates/corporate/support/sponsorship_forms_support.html +++ b/templates/corporate/support/sponsorship_forms_support.html @@ -1,4 +1,4 @@ - + Sponsorship pending:
{{ csrf_input }} @@ -10,7 +10,7 @@ {% if sponsorship_data.sponsorship_pending %} -
+ {{ csrf_input }} diff --git a/web/styles/portico/activity.css b/web/styles/portico/activity.css index f32612b10b..74f66a4967 100644 --- a/web/styles/portico/activity.css +++ b/web/styles/portico/activity.css @@ -334,14 +334,6 @@ tr.admin td:first-child { text-align: center; } -.reactivate-remote-server-form, -.deactivate-remote-server-form, -.realm-support-information, -.remote-server-information, -.remote-realm-information { - margin-bottom: 10px; -} - .support-section-header { font-size: 1.2em; font-weight: bold; @@ -356,9 +348,13 @@ tr.admin td:first-child { top: -2px; } +.reactivate-remote-server-form, +.deactivate-remote-server-form, +.realm-support-information, +.remote-server-information, +.remote-realm-information, .remote-sponsorship-details, .support-form, -.remote-form, .next-plan-information, .current-plan-information { margin-bottom: 10px;