Commit cdc4b53f0fad264ecee7420005fab07d1cead9f3
1 parent
4a99a87f
Exists in
master
and in
2 other branches
Add button return top in footer
Showing
3 changed files
with
14 additions
and
1 deletions
Show diff stats
cabecalho-juventude.css
@@ -397,7 +397,16 @@ background-position: 0px 0px; | @@ -397,7 +397,16 @@ background-position: 0px 0px; | ||
397 | max-width: 960px; | 397 | max-width: 960px; |
398 | margin: 0 auto; | 398 | margin: 0 auto; |
399 | } | 399 | } |
400 | - | 400 | +#voltar-topo { |
401 | + width: 960px; | ||
402 | + margin: 0 auto; | ||
403 | + text-align: right; | ||
404 | + padding: 0.5em; | ||
405 | + font-size: 13px; | ||
406 | +} | ||
407 | +#voltar-topo .ui-icon-triangle-2-s { | ||
408 | + float: right; | ||
409 | +} | ||
401 | #footer-content { | 410 | #footer-content { |
402 | background: #fff; | 411 | background: #fff; |
403 | text-align: left; | 412 | text-align: left; |
footer.html.erb
1 | <div id="footer-content"> | 1 | <div id="footer-content"> |
2 | +<div id="voltar-topo"> | ||
3 | + <a href="#wrap-1"><span class="ui-icon ui-icon-triangle-2-s"></span>Voltar para o topo</a> | ||
4 | +</div> | ||
2 | 5 | ||
3 | <div id="footer-columns"> | 6 | <div id="footer-columns"> |
4 | <div class="footer-inner"> | 7 | <div class="footer-inner"> |