diff --git a/plinth/modules/letsencrypt/static/letsencrypt.css b/plinth/modules/letsencrypt/static/letsencrypt.css new file mode 100644 index 000000000..68909ba81 --- /dev/null +++ b/plinth/modules/letsencrypt/static/letsencrypt.css @@ -0,0 +1,11 @@ +/* +# SPDX-License-Identifier: AGPL-3.0-or-later +*/ + +.table .form .btn { + width: 6.125rem; +} + +.operations form { + display: inline; +} diff --git a/plinth/modules/letsencrypt/templates/letsencrypt.html b/plinth/modules/letsencrypt/templates/letsencrypt.html index 1df3ef282..ae5368753 100644 --- a/plinth/modules/letsencrypt/templates/letsencrypt.html +++ b/plinth/modules/letsencrypt/templates/letsencrypt.html @@ -5,17 +5,11 @@ {% load bootstrap %} {% load i18n %} +{% load static %} {% block page_head %} - + {% endblock %} {% block configuration %} @@ -77,22 +71,22 @@ {% trans "Disabled" %} {% endif %} - + {% if domain_status.certificate_available %} -
{% csrf_token %}
-
{% csrf_token %}
{% if "revoked" not in domain_status.validity %} -
{% csrf_token %}