mirror of https://github.com/zulip/zulip.git
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:
parent
5422dd3661
commit
9edee65ea0
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue