Minor UX tweaks to group pages.
This commit is contained in:
parent
501d4ca564
commit
b3a88109a8
|
@ -6,7 +6,9 @@
|
|||
{{i18n 'admin.groups.manage.membership.automatic_membership_email_domains'}}
|
||||
</label>
|
||||
|
||||
{{list-setting name="automatic_membership" settingValue=model.emailDomains}}
|
||||
{{list-setting name="automatic_membership"
|
||||
settingValue=model.emailDomains
|
||||
class="group-form-automatic-membership-automatic"}}
|
||||
|
||||
<label>
|
||||
{{input type="checkbox"
|
||||
|
|
|
@ -26,6 +26,10 @@
|
|||
</label>
|
||||
|
||||
{{input value=model.title name="title" class="input-xxlarge"}}
|
||||
|
||||
<div class="control-instructions">
|
||||
{{i18n 'admin.groups.default_title_description'}}
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.group-form-automatic-membership-automatic {
|
||||
margin-bottom: 10px;
|
||||
}
|
|
@ -225,6 +225,11 @@ input {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.control-instructions {
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.control-group {
|
||||
margin-bottom: 9px;
|
||||
|
||||
|
|
|
@ -2886,7 +2886,8 @@ en:
|
|||
add: "Add"
|
||||
custom: "Custom"
|
||||
automatic: "Automatic"
|
||||
default_title: "Default title for all users in this group"
|
||||
default_title: "Default title"
|
||||
default_title_description: "will be applied to all users in the group"
|
||||
group_owners: Owners
|
||||
add_owners: Add owners
|
||||
none_selected: "Select a group to get started"
|
||||
|
|
Loading…
Reference in New Issue