From 53b1f9effd7f0f6f967dbd4d3b57697fb3b49dff Mon Sep 17 00:00:00 2001 From: flaburgan Date: Sat, 15 Mar 2014 16:54:11 +0100 Subject: [PATCH] Fix search field in the header of the mobile version --- app/assets/stylesheets/mobile/header.css.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/header.css.scss b/app/assets/stylesheets/mobile/header.css.scss index 2b1408d0f..764d2d2f6 100644 --- a/app/assets/stylesheets/mobile/header.css.scss +++ b/app/assets/stylesheets/mobile/header.css.scss @@ -69,8 +69,9 @@ header { -moz-box-shadow: -2px 0px 2px 1px #333; -webkit-box-shadow: -2px 0px 2px 1px #333; - header { - width: 80%; + header { + left: 100%; + right: -80%; #global_search { margin-left: 10px;