From 0a41b19bbcf1e814046c7dfdb91b16c40acb6fb2 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Sep 2023 18:35:12 +0100 Subject: [PATCH] Use an inline list for the login auth buttons --- app/assets/stylesheets/common.scss | 11 ----------- app/views/sessions/new.html.erb | 22 ++++++---------------- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 181524a0e..926db8c63 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1041,17 +1041,6 @@ tr.turn:hover { } } -/* Rules for the log in page */ - -#login_auth_buttons { - margin-bottom: 0; - - li { - float: left; - padding: $lineheight/4 $lineheight/2; - } -} - /* Rules for the account confirmation page */ .users-terms { diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index dea65f768..03755730b 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -27,22 +27,12 @@
-