tor: Minor style changes to template

This commit is contained in:
James Valleroy 2016-07-28 18:39:00 -04:00
parent f27615c748
commit 438d5850f2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -26,14 +26,15 @@
{% if config_running %}
<meta http-equiv="refresh" content="3" />
{% endif %}
<style type="text/css">
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
width: 80px;
height: 80px;
animation: spin 1s linear infinite;
}
@keyframes spin {
@ -41,13 +42,14 @@
100% { transform: rotate(360deg); }
}
</style>
{% endblock %}
{% block configuration %}
<h3>{% trans "Status" %}</h3>
{% if config_running %}
<p class="running-status-parent">
@ -55,8 +57,8 @@
{% trans "Tor configuration is being updated" %}
</p>
<div class="loader"></div>
{% else %}
{% else %}
<p class="running-status-parent">
{% if status.is_running %}