Commit 4639e0b282521c5fa168cbfd21834e2182962e7e
1 parent
07824a24
Exists in
master
and in
54 other branches
Retirando responsividade do footer
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Peter Lima <peterlima@gmail.com>
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
src/colab_spb_theme/static/css/footer.css
1 | /*Footer*/ | 1 | /*Footer*/ |
2 | 2 | ||
3 | +#btn-top { | ||
4 | + min-width: 960px; | ||
5 | + max-width: 960px; | ||
6 | + padding-right: 0px; | ||
7 | +} | ||
8 | + | ||
9 | + | ||
3 | #footer { | 10 | #footer { |
4 | padding: 4px 0 20px 0; | 11 | padding: 4px 0 20px 0; |
5 | min-height: 50px; | 12 | min-height: 50px; |
@@ -7,6 +14,7 @@ | @@ -7,6 +14,7 @@ | ||
7 | background: #EAEDF0; | 14 | background: #EAEDF0; |
8 | color: #fff; | 15 | color: #fff; |
9 | font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | 16 | font-family: 'open_sansregular', Arial, Helvetica, sans-serif; |
17 | + min-width: 960px; | ||
10 | } | 18 | } |
11 | 19 | ||
12 | 20 |
src/colab_spb_theme/templates/footer.html
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | {% load static from staticfiles %} | 2 | {% load static from staticfiles %} |
3 | 3 | ||
4 | <footer> | 4 | <footer> |
5 | - <div class="container"> | 5 | + <div id="btn-top" class="container"> |
6 | <div class="pull-right go-top"> | 6 | <div class="pull-right go-top"> |
7 | <a id="link-top" href="#link-rodape"><i class="fa fa-chevron-up"></i>Voltar ao topo</a> | 7 | <a id="link-top" href="#link-rodape"><i class="fa fa-chevron-up"></i>Voltar ao topo</a> |
8 | </div> | 8 | </div> |