From ddd0f8224fd9d12529de61a71f085d94eb1b479d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Nov 2015 00:08:24 +0100 Subject: [PATCH] Picto was not visible onto login page, we keep this behaviour. --- htdocs/theme/eldy/style.css.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 58f62405c25..0dc4b3f4c36 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1053,16 +1053,17 @@ img.loginphoto { border-radius: 2px; } .span-icon-user { - background-image: url(); + /* background-image: url(); */ background-repeat: no-repeat; } .span-icon-password { - background-image: url(); + /* background-image: url(); */ background-repeat: no-repeat; } .span-icon-user input, .span-icon-password input { - margin-left: 25px; + /* margin-left: 18px; */ + margin-left: 0px; } /* ============================================================================== */