mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Fix missing css styles on invite modal.
This commit is contained in:
parent
dd26bbe868
commit
18c1d1565c
2 changed files with 7 additions and 4 deletions
|
@ -27,13 +27,14 @@
|
|||
{{else}}
|
||||
{{text-field value=emailOrUsername placeholderKey="topic.invite_reply.email_placeholder"}}
|
||||
{{/if}}
|
||||
|
||||
{{#if showGroups}}
|
||||
<label><span class={{showGroupsClass}}>{{i18n 'topic.automatically_add_to_groups'}}</span></label>
|
||||
{{group-selector groupFinder=groupFinder groupNames=model.groupNames placeholderKey="topic.invite_private.group_name"}}
|
||||
{{/if}}
|
||||
|
||||
{{#if showCustomMessage}}
|
||||
<br><label><span class='optional'>{{i18n 'invite.custom_message'}}</span> <a {{action "showCustomMessageBox"}}>{{i18n 'invite.custom_message_link'}}</a>.</label>
|
||||
<label><span class='optional'>{{i18n 'invite.custom_message'}}</span> <a {{action "showCustomMessageBox"}}>{{i18n 'invite.custom_message_link'}}</a>.</label>
|
||||
{{#if hasCustomMessage}}{{textarea value=customMessage placeholder=customMessagePlaceholder}}{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -282,11 +282,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.invite-modal {
|
||||
#invite-modal {
|
||||
overflow: visible;
|
||||
.ember-text-field {
|
||||
width: 550px;
|
||||
|
||||
label {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.optional {
|
||||
color: #9e9ea6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue