space out the icon a bit

This commit is contained in:
Kyle Spearrin 2017-05-10 14:33:48 -04:00
parent e03d4d52c4
commit 12096a8fb3
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>