Poll style improvements.

This commit is contained in:
Vikhyat Korrapati 2014-04-11 12:26:55 +05:30
parent f628ca3d8d
commit cc607dc0b5
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -147,4 +147,8 @@ register_css <<CSS
border: none;
}
.poll-ui button i.fa {
margin-right: 2px;
}
CSS