From 7ec34720e65737c2fb66d547402fe00a7a6777c7 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 13 Nov 2013 16:46:33 -0800 Subject: [PATCH] Corrected position of search icon in admin-ui --- e107_themes/bootstrap/admin_style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index 70b175151..d4da778ae 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -703,9 +703,7 @@ footer { padding-top:150px; padding-bottom:20px; color: rgb(153, 153, 153); } i.searchquery { z-index:100; position:relative; - left:-215px; - top:-4px; - + left:-215px; }