diff --git a/plinth/modules/backups/templates/verify_ssh_hostkey.html b/plinth/modules/backups/templates/verify_ssh_hostkey.html index 990a8aabb..dc859ef90 100644 --- a/plinth/modules/backups/templates/verify_ssh_hostkey.html +++ b/plinth/modules/backups/templates/verify_ssh_hostkey.html @@ -20,41 +20,39 @@ {% load bootstrap %} {% load i18n %} - {% block content %} -
-
diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 2410bc3d8..cf213a4d0 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -231,16 +231,16 @@ footer { } /* Icon when collapsible content is shown */ -#clients-button .fa { +.collapsible-button .fa { margin-left: 5px; } -#clients-button .fa:before, -.no-js #clients-button.collapsed .fa:before { +.collapsible-button .fa:before, +.no-js .collapsible-button.collapsed .fa:before { content: "\f078"; } -#clients-button.collapsed .fa:before { +.collapsible-button.collapsed .fa:before { content: "\f054"; }