From 895439ad83b7083a0b902779106450e7e92f51d3 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 3 Oct 2023 09:08:13 +0000 Subject: [PATCH] register: Move style to css file. --- templates/zerver/register.html | 2 +- web/styles/portico/portico_signin.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/zerver/register.html b/templates/zerver/register.html index a8c405410b..52eb0cbd03 100644 --- a/templates/zerver/register.html +++ b/templates/zerver/register.html @@ -14,7 +14,7 @@ Form is validated both client-side using jquery-validation (see signup.js) and s {% block portico_content %}
-
+
{% if creating_new_realm %} diff --git a/web/styles/portico/portico_signin.css b/web/styles/portico/portico_signin.css index f476595984..2167ea269f 100644 --- a/web/styles/portico/portico_signin.css +++ b/web/styles/portico/portico_signin.css @@ -52,6 +52,10 @@ html { } } +#create-account { + padding: 20px 0; +} + .bottom-text-large { text-align: center; margin-top: 20px;