From 9edee65ea039786d4ef6beb950d3b24f4c9c3eef Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 23 Nov 2023 14:59:21 +0000 Subject: [PATCH] css: Minor adjustments to sponsorship form. * Align org sponsorship description with the input fields. * Make submit button full width. * Restrict title width to 600px like on other pages. --- web/styles/portico/billing.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/web/styles/portico/billing.css b/web/styles/portico/billing.css index 83cf8cf0b6..71bb9746f8 100644 --- a/web/styles/portico/billing.css +++ b/web/styles/portico/billing.css @@ -368,7 +368,7 @@ input[name="licenses"] { #sponsorship-discount-details { font-weight: normal; - margin: 2px; + margin: 2px 14px; padding-top: 0; text-align: left; overflow-wrap: break-word; @@ -448,6 +448,8 @@ input[name="licenses"] { text-align: left; } +.sponsorship-page .pitch, +.sponsorship-status-page .pitch, #upgrade-page .pitch, #billing-page .pitch { width: 600px; @@ -634,3 +636,11 @@ input[name="licenses"] { font-weight: 400; margin-left: 0; } + +#sponsorship-status-page-details .input-box.sponsorship-form-field { + margin: 20px; +} + +#sponsorship-form #sponsorship-button { + width: 100%; +}