diff --git a/plinth/templates/first_setup.html b/plinth/templates/first_setup.html index 32bb90b75..d30655b88 100644 --- a/plinth/templates/first_setup.html +++ b/plinth/templates/first_setup.html @@ -19,12 +19,9 @@ no-brand {% if is_first_setup_running %} -
+ +
{% endif %} {% endblock %} diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index b8aecfe08..a20a20398 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -636,6 +636,19 @@ a.menu_link_active { width: 50%; } + +/* + * First setup pages + */ +.firstboot-spinner { + text-align: center; +} + +.firstboot-spinner span.fa { + float: none; + margin: auto; +} + .next-steps { list-style: none; margin-top: 1.5rem;