mirror of https://github.com/zulip/zulip.git
billing: Style go to your org better.
This commit is contained in:
parent
6158411ecb
commit
a04204e47d
|
@ -179,16 +179,13 @@
|
|||
<div id="planchange-success" class="alert alert-success billing-page-success">
|
||||
Plan updated. The page will now reload.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="goto-zulip-organization-link">
|
||||
{% if onboarding %}
|
||||
<br />
|
||||
<h3>
|
||||
<b><a href="/">Go to your Zulip organization</a></b>
|
||||
</h3>
|
||||
<div id="onboarding-go-to-org" class="input-box upgrade-page-field">
|
||||
<a class="not-editable-realm-field" href="/"><b>Go to your Zulip organization</b></a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div class="support-link">
|
||||
<p>
|
||||
|
|
|
@ -534,6 +534,8 @@ input[name="licenses"] {
|
|||
}
|
||||
}
|
||||
|
||||
#onboarding-go-to-org .not-editable-realm-field,
|
||||
#free-trial-top-banner .not-editable-realm-field,
|
||||
#upgrade-page-details .license-management-section .not-editable-realm-field {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue