keep close button simple
This commit is contained in:
parent
461c35f416
commit
9be1a8f455
|
@ -55,6 +55,6 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
<div class="block is-pulled-right">
|
||||
<button type="button" class="button is-info is-light" onclick="closeWindow()">Close window</button>
|
||||
<button type="button" class="button" onclick="closeWindow()">Close window</button>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -30,6 +30,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="block is-pulled-right">
|
||||
<button type="button" class="button is-info is-light" onclick="closeWindow()">Close window</button>
|
||||
<button type="button" class="button" onclick="closeWindow()">Close window</button>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue