From 7d20898f760a4e63aa8c3e70698fa7eb807399f5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 23 Nov 2018 00:09:27 +0000 Subject: [PATCH 1/3] Clean up the CSS for the fallback login form I was finding this hard to work with, so simplify a bunch of things. Each flow is now a form inside a div of class login_flow. The login_flow class now has a fixed width, as that looks much better than each flow having a differnt width. --- synapse/static/client/login/index.html | 36 +++++++++++-------------- synapse/static/client/login/js/login.js | 4 +-- synapse/static/client/login/style.css | 19 +++++-------- 3 files changed, 23 insertions(+), 36 deletions(-) diff --git a/synapse/static/client/login/index.html b/synapse/static/client/login/index.html index 96c8723cabe1..efe1a4ed1e9a 100644 --- a/synapse/static/client/login/index.html +++ b/synapse/static/client/login/index.html @@ -12,35 +12,29 @@

Log in with one of the following methods

-
-
-