From ee231c022366d8f51a438aae32f53bdf5d455171 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 8 Mar 2017 12:36:04 -0800 Subject: [PATCH] login: Improve development server login copy. --- static/styles/portico.css | 2 +- templates/zerver/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/portico.css b/static/styles/portico.css index 36a76f9389..bc91c72921 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -729,7 +729,7 @@ a.bottom-signup-button { font-size: 40px; display: block; margin: auto; - width: 300px; + width: 360px; text-align: center; margin-bottom: 50px; } diff --git a/templates/zerver/login.html b/templates/zerver/login.html index 4a661307d1..404f7c42f8 100644 --- a/templates/zerver/login.html +++ b/templates/zerver/login.html @@ -42,7 +42,7 @@ autofocus('#id_username');
{% if dev_auth_enabled %} - + {% if not password_auth_enabled %} {% endif %}