Minor style tweak on groups page.

This commit is contained in:
Guo Xiang Tan 2018-03-29 18:14:17 +08:00
parent 52e75eaee9
commit 125434dcdf
2 changed files with 8 additions and 6 deletions

View File

@ -82,13 +82,15 @@
</td>
<td class="groups-table-membership">
<span>
{{#if group.is_group_owner}}
{{#if group.is_group_owner}}
<span>
{{i18n "groups.index.is_group_owner"}}
{{else if group.is_group_user}}
</span>
{{else if group.is_group_user}}
<span>
{{i18n "groups.index.is_group_user"}}
{{/if}}
</span>
</span>
{{/if}}
{{group-membership-button model=group showLogin='showLogin'}}
</td>

View File

@ -69,10 +69,10 @@
td.groups-table-membership {
.group-membership-button {
display: inline-block;
margin-left: 5px;
}
> span {
margin-right: 5px;
font-size: $font-up-1;
}
}