Commit 1b759954502dd8869729674a53d23e6ac4f4196e
1 parent
e995f5f1
Exists in
master
and in
18 other branches
Fix select position in search_pages
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/search-pages.css
... | ... | @@ -18,6 +18,14 @@ |
18 | 18 | margin: 0 0 15px 0; |
19 | 19 | } |
20 | 20 | |
21 | +.action-search-people #content form #search-header #search-filters, | |
22 | +.action-search-communities #content form #search-header #search-filters, | |
23 | +.action-search-institutions #content form #search-header #search-filters { | |
24 | + position: absolute; | |
25 | + top: 40px; | |
26 | + right: 18px; | |
27 | +} | |
28 | + | |
21 | 29 | .action-search-people #content form #search-header #search-filters .sod_select, |
22 | 30 | .action-search-communities #content form #search-header #search-filters .sod_select, |
23 | 31 | .action-search-institutions #content form #search-header #search-filters .sod_select { | ... | ... |