From ef7985d78bba8ea41d7c00f9bd53bf7bbc951136 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Mon, 27 Mar 2017 12:24:34 +0000
Subject: [PATCH] SSDM-3501 : Search Bugfixes

SVN: 37972
---
 .../eln-lims/1/as/webapps/eln-lims/html/css/style.css         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
index d6bc81dc369..df08bf780da 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
@@ -235,14 +235,14 @@ body,
     padding-left: 30px;
     background-image: url(../img/search-icon.png);
     background-repeat: no-repeat;
-    background-position: 12px 9px;
+   	background-position: 12px 50% !important;
 	border-radius: 15px 15px 15px 15px;
 	width: 80%;
 }
 
 .search-query-searching {
     background-image: url(../img/search-spinner.gif) !important;
-    background-position: 95% 50% !important;
+    background-position: 12px 50% !important;
     background-repeat: no-repeat;
 }
 
-- 
GitLab