From c2c0cfcc588a21e5d4ab686ee153da2115dc721b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 28 Sep 2017 11:09:42 +0200 Subject: [PATCH] Fixed issue with lock being placed weird on firefox --- server/public/assets/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 2d7efb71..53d9aeeb 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -524,6 +524,9 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([ display: flex; align-items: center; height: 64px !important; + display: flex; + flex-direction: row; + align-content: center; } .not-imported-container{