diff --git a/templates/zerver/config_error/container.html b/templates/zerver/config_error/container.html index efa2698fe4..7d07c29715 100644 --- a/templates/zerver/config_error/container.html +++ b/templates/zerver/config_error/container.html @@ -5,24 +5,28 @@ {% endblock %} {% block portico_content %} -
-
-
- -
-
-

{{ _("Configuration error") }}

-
+
+
+
+

+ {{ _("Configuration error") }} +

+
+
+
+
+

{% block error_content %} {% endblock %} +

-

After making your changes, remember to restart - the Zulip server.

-

Refresh to try again or click here to go back to the login page.

-
- +

After making your changes, remember to restart + the Zulip server.

+

Refresh to try again or click here to go back to the login page.

+
+
{% endblock %} diff --git a/web/styles/portico/portico.css b/web/styles/portico/portico.css index 6313b2486d..71a6a366b0 100644 --- a/web/styles/portico/portico.css +++ b/web/styles/portico/portico.css @@ -992,6 +992,17 @@ input.new-organization-button { } } +#config_error_page { + .pitch { + text-align: center; + width: 100%; + } + + .white-box { + max-width: 600px; + } +} + .error_page { min-height: calc(100vh - 290px); height: 100%;