Commit fa17b194fbd4cbdbcc3e21f4c76c7e9c5bf78162
1 parent
0a88eb19
Exists in
master
and in
9 other branches
Fix footer nd header css/html.
Showing
3 changed files
with
11 additions
and
14 deletions
Show diff stats
cabecalho-cinza-theme.css
... | ... | @@ -705,9 +705,11 @@ text-decoration:underline |
705 | 705 | footer .container-menus { |
706 | 706 | /*padding:46px 0 0 0*/ |
707 | 707 | } |
708 | + | |
708 | 709 | footer .row { |
709 | -margin-bottom: 46px; /*13px*/ | |
710 | + margin-bottom: 20px; | |
710 | 711 | } |
712 | + | |
711 | 713 | footer nav { |
712 | 714 | border-left:1px dotted #2c66ce; /*#555;*/ /*#dbdbc8;*/ |
713 | 715 | padding:0 5px 0 10px |
... | ... | @@ -718,7 +720,7 @@ font-weight:bold; |
718 | 720 | color: #2c66ce; /*#3b3f44;*/ |
719 | 721 | line-height:1.3em; |
720 | 722 | padding: 0px; /*30px 0 0px 0;*/ |
721 | -margin: 0 0 18px 0; | |
723 | +margin: 0 0 8px 0; | |
722 | 724 | } |
723 | 725 | |
724 | 726 | footer nav ul { | ... | ... |
footer.html.erb
... | ... | @@ -82,17 +82,9 @@ |
82 | 82 | <span class="hide">Fim da navegação de rodapé</span> |
83 | 83 | </div> |
84 | 84 | <!-- fim .row --> |
85 | - <!-- </div> | |
85 | + </div> | |
86 | 86 | <!-- fim .container2 --> |
87 | - <div class="footer-logos"> | |
88 | - <!-- <div class="container2"> | |
89 | - <a href="http://www.acessoainformacao.gov.br/" class="logo-acesso pull-left"><img src="{{ STATIC_URL }}img/acesso-a-informacao.png" alt="Acesso a Informação"></a> --> | |
90 | - <!-- separador para fins de acessibilidade --> | |
91 | - <span class="hide"> </span> | |
92 | - <!-- fim separador para fins de acessibilidade --> | |
93 | - <!-- <a href="http://www.brasil.gov.br/" class="brasil pull-right"><img src="{{ STATIC_URL }}img/brasil.png" alt="Brasil - Governo Federal"></a> --> | |
94 | - </div> | |
95 | - </div> | |
87 | + | |
96 | 88 | |
97 | 89 | <div class="footer-atalhos visible-phone"> |
98 | 90 | <div class="container2"> | ... | ... |
style.css
... | ... | @@ -1108,7 +1108,9 @@ div#article-parent { |
1108 | 1108 | .pagination .prev_page{margin-right: 0.5em; font-weight: bold;} |
1109 | 1109 | .pagination .next_page{margin-left: 0.5em; font-weight: bold;} |
1110 | 1110 | |
1111 | - | |
1111 | +#profile-header { | |
1112 | + position: absolute; /* Corrige link de login movendo */ | |
1113 | +} | |
1112 | 1114 | |
1113 | 1115 | #public-profile-search, #profile-search-results form, .profile-search-block form { |
1114 | 1116 | background-color: transparent; |
... | ... | @@ -1117,6 +1119,7 @@ div#article-parent { |
1117 | 1119 | #public-profile-search .search-field .formfield { |
1118 | 1120 | float: left; |
1119 | 1121 | } |
1122 | + | |
1120 | 1123 | #public-profile-search .search-field .formfield input { |
1121 | 1124 | margin-top: 0px; |
1122 | 1125 | } |
... | ... | @@ -2196,7 +2199,7 @@ body.contraste.action-home-index #content .box-1 .block-title span, body.contras |
2196 | 2199 | color: #FFF !important; |
2197 | 2200 | } |
2198 | 2201 | |
2199 | -body.contraste #logo #portal-title { | |
2202 | +body.contraste f#logo #portal-title { | |
2200 | 2203 | background-image: url("images/logotipo_spb_beta_ac.svg"); |
2201 | 2204 | background-repeat: no-repeat; |
2202 | 2205 | background-size: 374px 78px; | ... | ... |