mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:52:45 +08:00
improve style a tiny bit
This commit is contained in:
parent
80c42753e1
commit
14e7bb4a08
|
@ -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}}
|
||||
|
|
|
@ -485,3 +485,7 @@ kbd {
|
|||
right: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
.remove-invited .icon-remove {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user