mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
demo-orgs: Fix configure email banner action button on modals.
Fixes the action button on the configure email banner that appears before a demo organization owner has added an email address on the invite user and convert demo organization modals. Adds the banner-wrapper class so that the general CSS rules for banners are applied. Removes the extra padding on the button as it does not appear to be necessary any longer as the font and line height for the banner label and action buttons is now the same.
This commit is contained in:
committed by
Tim Abbott
parent
f317af2e1d
commit
6b6a02f932
@@ -540,13 +540,6 @@ input.settings_text_input {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#convert-demo-organization-form,
|
||||
#invite-user-form {
|
||||
.banner-action-buttons {
|
||||
padding: 0.085em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.create-group-button-container {
|
||||
.upgrade-organization-banner-container {
|
||||
display: flex;
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<div class="alert" id="dev_env_msg"></div>
|
||||
{{/if}}
|
||||
{{#if (not user_has_email_set) }}
|
||||
<div class="demo-organization-add-email-banner"></div>
|
||||
<div class="demo-organization-add-email-banner banner-wrapper"></div>
|
||||
{{/if}}
|
||||
<div class="input-group">
|
||||
<div id="invite_users_option_tabs_container"></div>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<div id="convert-demo-organization-form">
|
||||
{{#unless user_has_email_set}}
|
||||
<div class="demo-organization-add-email-banner"></div>
|
||||
<div class="demo-organization-add-email-banner banner-wrapper"></div>
|
||||
{{/unless}}
|
||||
<p>{{t "Everyone will need to log in again at the new URL for your organization." }}</p>
|
||||
<form class="subdomain-setting">
|
||||
|
Reference in New Issue
Block a user