+
{% trans "Edit" %}
diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html
index 9cc3e8b01..ff79101e7 100644
--- a/plinth/modules/pagekite/templates/pagekite_configure.html
+++ b/plinth/modules/pagekite/templates/pagekite_configure.html
@@ -24,13 +24,13 @@
{% trans "Custom Services" %}
-
+
{% if custom_services %}
diff --git a/plinth/modules/power/templates/power.html b/plinth/modules/power/templates/power.html
index 2d70f1a09..08f27fb56 100644
--- a/plinth/modules/power/templates/power.html
+++ b/plinth/modules/power/templates/power.html
@@ -17,12 +17,12 @@
{% endif %}
-
+
{% endblock %}
diff --git a/plinth/modules/security/templates/security.html b/plinth/modules/security/templates/security.html
index edf9a0b79..3584d2062 100644
--- a/plinth/modules/security/templates/security.html
+++ b/plinth/modules/security/templates/security.html
@@ -7,11 +7,13 @@
{% load i18n %}
{% block status %}
-
-
- {% trans "Show security report" %}
-
+
{% if is_backports_requested %}
{% trans "Frequent Feature Updates" %}
diff --git a/plinth/modules/sharing/templates/sharing.html b/plinth/modules/sharing/templates/sharing.html
index e0818528c..819eb6609 100644
--- a/plinth/modules/sharing/templates/sharing.html
+++ b/plinth/modules/sharing/templates/sharing.html
@@ -20,13 +20,13 @@
{% include "app-header.html" with icon_filename=icon_filename name=title description=description %}
-
+
{% if not shares %}
{% trans 'No shares currently configured.' %}
diff --git a/plinth/modules/upgrades/templates/upgrades_configure.html b/plinth/modules/upgrades/templates/upgrades_configure.html
index bd3dd69f7..f3893ff22 100644
--- a/plinth/modules/upgrades/templates/upgrades_configure.html
+++ b/plinth/modules/upgrades/templates/upgrades_configure.html
@@ -108,21 +108,21 @@
{% trans "Manual Update" %}
{% if is_busy %}
-
+
-
+
{% else %}
-
+
-
+
{% endif %}
diff --git a/plinth/modules/wireguard/templates/wireguard.html b/plinth/modules/wireguard/templates/wireguard.html
index b0ce88025..1227189ea 100644
--- a/plinth/modules/wireguard/templates/wireguard.html
+++ b/plinth/modules/wireguard/templates/wireguard.html
@@ -55,12 +55,14 @@
{% endif %}
-
-
- {% trans "Add Allowed Client" %}
-
+
{% trans "As a Client" %}
@@ -103,12 +105,14 @@
-
-
- {% trans "Add Connection to Server" %}
-
+
{{ block.super }}
diff --git a/plinth/modules/wireguard/templates/wireguard_show_client.html b/plinth/modules/wireguard/templates/wireguard_show_client.html
index b3e164e87..1aa363fda 100644
--- a/plinth/modules/wireguard/templates/wireguard_show_client.html
+++ b/plinth/modules/wireguard/templates/wireguard_show_client.html
@@ -65,7 +65,7 @@
{% endblock %}
diff --git a/plinth/modules/wireguard/templates/wireguard_show_server.html b/plinth/modules/wireguard/templates/wireguard_show_server.html
index 46380dd65..928e20f60 100644
--- a/plinth/modules/wireguard/templates/wireguard_show_server.html
+++ b/plinth/modules/wireguard/templates/wireguard_show_server.html
@@ -66,7 +66,7 @@
{% endif %}
{% endfor %}
-
{% endblock %}
diff --git a/plinth/templates/notifications.html b/plinth/templates/notifications.html
index 3d478fbd3..b27a42f6d 100644
--- a/plinth/templates/notifications.html
+++ b/plinth/templates/notifications.html
@@ -36,7 +36,7 @@
{% endif %}
{% if note.actions %}
-
{% endif %}
{% endif %}
diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css
index 6662d3800..e49fedcf3 100644
--- a/static/themes/default/css/main.css
+++ b/static/themes/default/css/main.css
@@ -510,10 +510,6 @@ a.menu_link_active {
}
/* Button table - Tables with a list of actions as buttons on top */
-.button-table > .button-row + .table-responsive {
- margin-top: 0.625rem;
-}
-
.index-page .card-list:before,
.apps-page .card-list:before,
.system-page .card-list:before {