Commit cdc4b53f0fad264ecee7420005fab07d1cead9f3

Authored by Valessio Brito
1 parent 4a99a87f

Add button return top in footer

cabecalho-juventude.css
... ... @@ -397,7 +397,16 @@ background-position: 0px 0px;
397 397 max-width: 960px;
398 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 410 #footer-content {
402 411 background: #fff;
403 412 text-align: left;
... ...
footer.html.erb
1 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 6 <div id="footer-columns">
4 7 <div class="footer-inner">
... ...
style.css
... ... @@ -27,6 +27,7 @@
27 27  
28 28 #wrap-2 {
29 29 margin-top: 0;
  30 + border: 0;
30 31 }
31 32  
32 33 #wrap-1, #theme-footer {
... ...