diff --git a/static/styles/portico/portico_signin.css b/static/styles/portico/portico_signin.css index 00164ed458..fff0e874dc 100644 --- a/static/styles/portico/portico_signin.css +++ b/static/styles/portico/portico_signin.css @@ -284,9 +284,33 @@ html { } } -.account-accept-terms-page .terms-of-service .input-group { - width: 450px; - margin: 0 auto 10px; +.account-accept-terms-page { + #registration, + #accept_tos_button { + margin: 0; + } + + .fakecontrol { + font-weight: normal; + } + + .description { + margin-bottom: 20px; + font-size: 16px; + font-weight: 400; + } + + .center-block { + max-width: 800px; + + .control-group { + margin-bottom: 5px; + } + } + + #accept_tos_button { + margin-top: 20px; + } } .register-account { diff --git a/templates/zerver/accounts_accept_terms.html b/templates/zerver/accounts_accept_terms.html index ad4ee16699..ec6b5a035d 100644 --- a/templates/zerver/accounts_accept_terms.html +++ b/templates/zerver/accounts_accept_terms.html @@ -13,7 +13,7 @@ the registration flow has its own (nearly identical) copy of the fields below in {% include special_message_template %} {% else %}
{{ terms_of_service_message |safe }}
+