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.
This commit is contained in:
Aman Agrawal 2023-11-23 14:59:21 +00:00 committed by Tim Abbott
parent 5422dd3661
commit 9edee65ea0
1 changed files with 11 additions and 1 deletions

View File

@ -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%;
}