From cc1bbf3a7b85d77f63b670afb1150a0f8f233555 Mon Sep 17 00:00:00 2001
From: Sam <sam.saffron@gmail.com>
Date: Fri, 6 Jun 2014 17:15:14 +1000
Subject: [PATCH] BUGFIX: cut up line while searching in chrome mac

---
 app/assets/stylesheets/common/base/header.scss | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss
index f67869e12..c9a56fef9 100644
--- a/app/assets/stylesheets/common/base/header.scss
+++ b/app/assets/stylesheets/common/base/header.scss
@@ -239,8 +239,12 @@
   .searching {
     display: block;
     position: absolute;
-    top: 13px;
-    right: 13px;
+    top: 17px;
+    // keep the height here, otherwise
+    // crazy positioning will happen due
+    // to the spinner animation
+    height: 100%;
+    right: 15px;
     color: scale-color($primary, $lightness: 50%);
     font-size: 18px;
   }