From 73066c60d639e7e43dde71d35400bb342d6ac0c9 Mon Sep 17 00:00:00 2001 From: stilobique Date: Tue, 27 Oct 2020 09:54:17 +0100 Subject: [PATCH] Nature-Mount-1 User icon is shifted --- custom_portal.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_portal.css b/custom_portal.css index c48c6b5..94feb85 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -152,6 +152,7 @@ body { .login-form .form-text { height: 52px; + width: 95%; padding: 0 5%; border: 0; font-family: 'NotoSansBold', serif; @@ -163,6 +164,7 @@ body { } .icon-user, .icon-lock { + position: relative; width: 52px; height: 52px; }