diff --git a/static/styles/portico-signin.css b/static/styles/portico-signin.css index d65f3d7625..600eb83482 100644 --- a/static/styles/portico-signin.css +++ b/static/styles/portico-signin.css @@ -621,6 +621,20 @@ button.login-google-button { border-radius: 4px; } +#registration #id_team_subdomain.subdomain { + text-align: right; + position: relative; + padding-right: 10px; +} + +#registration .realm_subdomain_label { + font-weight: 400; + font-size: 1.07em; + position: absolute; + top: 37px; + right: 0; +} + #registration { width: 700px; } diff --git a/templates/zerver/register.html b/templates/zerver/register.html index ce66c34b2a..ee59bf25c2 100644 --- a/templates/zerver/register.html +++ b/templates/zerver/register.html @@ -105,15 +105,15 @@ Form is validated both client-side using jquery-validate (see signup.js) and ser
.{{ external_host }}
+ {% endif %}