improve style a tiny bit

This commit is contained in:
Sam 2013-06-18 17:22:37 +10:00
parent 80c42753e1
commit 14e7bb4a08
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{{unbound username}}
</a>
{{#if controller.model.can_remove_allowed_users}}
<a class='remove-invited' {{action removeAllowedUser username}}>x</a>
<a class='remove-invited' {{action removeAllowedUser username}}><i class="icon-remove"></i></a>
{{/if}}
</div>
{{/each}}

View File

@ -485,3 +485,7 @@ kbd {
right: 180px;
}
}
.remove-invited .icon-remove {
font-size: 10px;
}