mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: Fix missing css styles on invite modal.
This commit is contained in:
parent
dd26bbe868
commit
18c1d1565c
@ -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…
x
Reference in New Issue
Block a user