Commit 43a4757afcdf6fca63be9408599375b8eadc1990
1 parent
6660479d
Exists in
master
and in
5 other branches
Fix search
Showing
2 changed files
with
12 additions
and
1 deletions
Show diff stats
header.html.erb
| ... | ... | @@ -51,7 +51,7 @@ |
| 51 | 51 | </div> |
| 52 | 52 | |
| 53 | 53 | <div role="search" id="portal-searchbox"> |
| 54 | - <form action="/search"> | |
| 54 | + <form action="/search/articles"> | |
| 55 | 55 | <input type="text" autocomplete="off" name="query" size="18" title="Buscar no Site" placeholder="Buscar no Site" accesskey="3" class="searchField" id="searchGadget"> |
| 56 | 56 | <input type="submit" class="searchButton" value="Buscar"></form> |
| 57 | 57 | </div> | ... | ... |
style.css
| ... | ... | @@ -3290,3 +3290,14 @@ body.action-embed-index { |
| 3290 | 3290 | margin: 0; |
| 3291 | 3291 | padding: 0; |
| 3292 | 3292 | } |
| 3293 | + | |
| 3294 | +#assets-menu { | |
| 3295 | + background: white; | |
| 3296 | + display: block; | |
| 3297 | + position: static; | |
| 3298 | + border: 0; | |
| 3299 | +} | |
| 3300 | + | |
| 3301 | +#assets-menu a { | |
| 3302 | + border: 0; | |
| 3303 | +} | ... | ... |