space out the icon a bit
This commit is contained in:
parent
e03d4d52c4
commit
12096a8fb3
|
@ -56,7 +56,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
{{group.name}}
|
{{group.name}}
|
||||||
<i class="fa fa-unlock text-muted" ng-show="group.accessAll"
|
<i class="fa fa-unlock text-muted fa-fw" ng-show="group.accessAll"
|
||||||
title="This group can access all items"></i>
|
title="This group can access all items"></i>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
{{group.name}}
|
{{group.name}}
|
||||||
<i class="fa fa-unlock text-muted" ng-show="group.accessAll"
|
<i class="fa fa-unlock text-muted fa-fw" ng-show="group.accessAll"
|
||||||
title="This group can access all items"></i>
|
title="This group can access all items"></i>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue