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}} {{unbound username}}
</a> </a>
{{#if controller.model.can_remove_allowed_users}} {{#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}} {{/if}}
</div> </div>
{{/each}} {{/each}}

View File

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