Also fix loader on cast page

This commit is contained in:
Yingtong Li 2018-01-07 21:01:07 +08:00
parent f6925cd172
commit 6d30d77efd
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{# {#
Eos - Verifiable elections Eos - Verifiable elections
Copyright © 2017 RunasSudo (Yingtong Li) Copyright © 2017-18 RunasSudo (Yingtong Li)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by it under the terms of the GNU Affero General Public License as published by
@ -53,7 +53,7 @@
<p id="error_unknown_tech"></p> <p id="error_unknown_tech"></p>
</div> </div>
</div> </div>
<div id="casting" style="display: none;"> <div class="ui basic segment" id="casting" style="display: none; min-height: 4em;">
<div class="ui active text loader">Casting your ballot. Please wait.</div> <div class="ui active text loader">Casting your ballot. Please wait.</div>
</div> </div>
{% endblock %} {% endblock %}