From 84f3830ecaadf34d500203fcef431afbb32b31fb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 23 Jan 2023 15:57:00 +0200 Subject: [PATCH] login style fix --- client/res/templates/login.tpl | 2 +- frontend/less/espo/custom.less | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/client/res/templates/login.tpl b/client/res/templates/login.tpl index 49fd02fbc5..b581e9608c 100644 --- a/client/res/templates/login.tpl +++ b/client/res/templates/login.tpl @@ -6,7 +6,7 @@ -
+
{{#if hasSignIn}} diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index fcacc57480..72dc369330 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -800,8 +800,11 @@ div.list-kanban > div > table { user-select: none; } - .fallback-shown .cell[data-name="sign-in"] { - margin-bottom: 12px; + .fallback-shown, + .another-user { + .cell[data-name="sign-in"] { + margin-bottom: 12px; + } } }