From 8a3d7605d5846e92732e2fe3948db14985d447e2 Mon Sep 17 00:00:00 2001 From: DELORME Jonathan Date: Tue, 30 Jun 2015 11:43:25 +0200 Subject: [PATCH] Fixed a css issue with Block8 logo In Chrome (Android L), when you focus an input, the Block8 logo overrides the view. See : http://s10.postimg.org/d5ffp7dwp/2015_06_30_07_57_03.png --- PHPCI/View/Session.phtml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PHPCI/View/Session.phtml b/PHPCI/View/Session.phtml index 9975d697..c28d9bfc 100644 --- a/PHPCI/View/Session.phtml +++ b/PHPCI/View/Session.phtml @@ -67,6 +67,14 @@ bottom: 50px; right: 50px; } + + @media(max-width:767px) { + #logo { + position: inherit; + margin: 0 auto; + margin-top: 50px; + } + } #logo:hover { background-image: url('https://www.block8.co.uk/assets/images/b8-phpci-logo.png');