From 60559b42be1215e91d0044501080f575b16c6bf0 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 1 Sep 2014 17:17:50 +1000 Subject: [PATCH] got to move inidicator a bit --- app/assets/stylesheets/desktop/header.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/desktop/header.scss b/app/assets/stylesheets/desktop/header.scss index 415ef103821..7ca410cf887 100644 --- a/app/assets/stylesheets/desktop/header.scss +++ b/app/assets/stylesheets/desktop/header.scss @@ -75,3 +75,7 @@ and (max-width : 570px) { .d-dropdown#search-dropdown { width: 540px; } + +.d-dropdown .searching { + right: 30px; +}