From 1b759954502dd8869729674a53d23e6ac4f4196e Mon Sep 17 00:00:00 2001 From: Thiago Ribeiro Date: Thu, 21 Jan 2016 17:03:59 -0200 Subject: [PATCH] Fix select position in search_pages --- src/noosfero-spb/noosfero-spb-theme/css/search-pages.css | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css b/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css index 56eb435..f8cbb31 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/search-pages.css @@ -18,6 +18,14 @@ margin: 0 0 15px 0; } +.action-search-people #content form #search-header #search-filters, +.action-search-communities #content form #search-header #search-filters, +.action-search-institutions #content form #search-header #search-filters { + position: absolute; + top: 40px; + right: 18px; +} + .action-search-people #content form #search-header #search-filters .sod_select, .action-search-communities #content form #search-header #search-filters .sod_select, .action-search-institutions #content form #search-header #search-filters .sod_select { -- libgit2 0.21.2