From 096df194b0060777968ba8f7e6562d614cf75c3e Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 19 Mar 2018 19:51:53 +0100 Subject: [PATCH] =?UTF-8?q?Se=20ajusta=20el=20icono=20de=20b=C3=BAsqueda?= =?UTF-8?q?=20en=20pantallas=20estrechas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base.html.erb | 4 ++-- public/themes/circlepro/stylesheets/application.css | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 4b33f6c..fefcb24 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -2,9 +2,9 @@ - + <%= html_title %> - + <%= csrf_meta_tag %> diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 79ad9dd..e3b0e98 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -1250,7 +1250,7 @@ div.details { padding: 20px !important; } } div#content > div.contextual:first-child { margin-top: 18px; - } + } } @media all and (max-width: 899px) { body #header { @@ -1325,6 +1325,13 @@ div.details { padding: 20px !important; } ul.social-menu > li a:hover { background: transparent !important; } + + .search-magnifier--flyout { + margin-left: -1px; + } + .flyout-menu__search input[type='text'] { + padding-left: 32px !important; + } } /**********************************************************/