Commit 0d02d66d97986d02887a220049e1bf933c78cc6f
Exists in
master
and in
2 other branches
Merge branch 'fix_noosfero_search_layout'
Showing
1 changed file
with
15 additions
and
6 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/search-pages.css
| ... | ... | @@ -4,11 +4,11 @@ |
| 4 | 4 | .action-search-people #content form #search-header, |
| 5 | 5 | .action-search-communities #content form #search-header, |
| 6 | 6 | .action-search-institutions #content form #search-header { |
| 7 | - float: right; | |
| 8 | 7 | border: none; |
| 9 | 8 | } |
| 10 | 9 | |
| 11 | 10 | .action-search-index #content form #search-header { |
| 11 | + height: 0px; | |
| 12 | 12 | margin-top: 5px; |
| 13 | 13 | } |
| 14 | 14 | |
| ... | ... | @@ -16,14 +16,21 @@ |
| 16 | 16 | .action-search-communities #content form #search-header, |
| 17 | 17 | .action-search-institutions #content form #search-header { |
| 18 | 18 | margin: 0 0 15px 0; |
| 19 | + display: block; | |
| 20 | + height: 70px; | |
| 21 | + float: none; | |
| 22 | +} | |
| 23 | + | |
| 24 | +.action-search-institutions #content form #search-header { | |
| 25 | + height: 0; | |
| 19 | 26 | } |
| 20 | 27 | |
| 21 | 28 | .action-search-people #content form #search-header #search-filters, |
| 22 | 29 | .action-search-communities #content form #search-header #search-filters, |
| 23 | 30 | .action-search-institutions #content form #search-header #search-filters { |
| 24 | - position: absolute; | |
| 25 | - top: 40px; | |
| 26 | - right: 18px; | |
| 31 | + position: absolute; | |
| 32 | + top: 40px; | |
| 33 | + right: 18px; | |
| 27 | 34 | } |
| 28 | 35 | |
| 29 | 36 | .action-search-people #content form #search-header #search-filters .sod_select, |
| ... | ... | @@ -169,7 +176,7 @@ |
| 169 | 176 | } |
| 170 | 177 | |
| 171 | 178 | #search-subheader{ |
| 172 | - display: none; | |
| 179 | + display: none; | |
| 173 | 180 | } |
| 174 | 181 | |
| 175 | 182 | .controller-search .main-content .search-form .search_form #search-header ul#assets-menu { |
| ... | ... | @@ -193,6 +200,7 @@ |
| 193 | 200 | font-size: 34px; |
| 194 | 201 | font-weight: bold; |
| 195 | 202 | font-variant: normal; |
| 203 | + padding-left: 2px; | |
| 196 | 204 | } |
| 197 | 205 | .controller-search .main-content .search-form .search_form #search-header ul#assets-menu li.selected a::before { |
| 198 | 206 | content: "Buscar "; |
| ... | ... | @@ -204,5 +212,6 @@ |
| 204 | 212 | } |
| 205 | 213 | |
| 206 | 214 | .controller-search .main-content .search-form .search_form .search-field .formfield input#search-input { |
| 207 | - margin-top: 70px; | |
| 215 | + display: block; | |
| 216 | + width: 100%; | |
| 208 | 217 | } | ... | ... |