mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Poll style improvements.
This commit is contained in:
parent
f628ca3d8d
commit
cc607dc0b5
2 changed files with 7 additions and 1 deletions
|
@ -14,10 +14,12 @@
|
|||
{{/each}}
|
||||
</table>
|
||||
|
||||
<button {{action toggleShowResults}}>
|
||||
<button {{action toggleShowResults}} class="btn btn-small">
|
||||
{{#if showResults}}
|
||||
<i class="fa fa-eye-slash"></i>
|
||||
{{i18n poll.results.hide}}
|
||||
{{else}}
|
||||
<i class="fa fa-eye"></i>
|
||||
{{i18n poll.results.show}}
|
||||
{{/if}}
|
||||
</button>
|
||||
|
|
|
@ -147,4 +147,8 @@ register_css <<CSS
|
|||
border: none;
|
||||
}
|
||||
|
||||
.poll-ui button i.fa {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
CSS
|
||||
|
|
Loading…
Reference in a new issue