Commit 9780fff209dcb9896266d921f43a628e0b0e4bae
1 parent
1101b677
Exists in
master
and in
2 other branches
Revert "using barra brasil"
This reverts commit 1101b677d6cd9406ee129a8ce50a094bc1129c7a.
Showing
2 changed files
with
49 additions
and
10 deletions
Show diff stats
global.css
| ... | ... | @@ -246,9 +246,41 @@ input.searchField { |
| 246 | 246 | #social-icons span { |
| 247 | 247 | display: none; } |
| 248 | 248 | |
| 249 | +#global-footer { | |
| 250 | + width: 100%; } | |
| 251 | + | |
| 249 | 252 | #footer-content { |
| 250 | 253 | background: #fff; } |
| 251 | 254 | |
| 255 | +#footer-logos { | |
| 256 | + background: #F28F00; | |
| 257 | + height: 49px; | |
| 258 | + max-width: 100%; | |
| 259 | + padding: 2em 0; } | |
| 260 | + #footer-logos div { | |
| 261 | + margin: 0 auto; | |
| 262 | + max-width: 960px; } | |
| 263 | + #footer-logos a { | |
| 264 | + display: block; | |
| 265 | + float: left; | |
| 266 | + height: 49px; } | |
| 267 | + #footer-logos span { | |
| 268 | + display: none; } | |
| 269 | + #footer-logos .logo-acesso { | |
| 270 | + background: transparent url(images/acesso-a-informacao.png) center center no-repeat; | |
| 271 | + width: 107px; } | |
| 272 | + #footer-logos .logo-brasil { | |
| 273 | + width:155px; | |
| 274 | + background:url(images/logo-brasil.svg) center no-repeat; | |
| 275 | + height:48px | |
| 276 | + } | |
| 277 | + #footer-logos .logo-sgpr { | |
| 278 | + background: transparent url(images/sgpr.png) center center no-repeat; | |
| 279 | + margin-right: 30px; | |
| 280 | + width: 187px; } | |
| 281 | + #footer-logos .institucionais { | |
| 282 | + float: right; } | |
| 283 | + | |
| 252 | 284 | #footer-license { |
| 253 | 285 | margin: 0 auto; |
| 254 | 286 | max-width: 960px; |
| ... | ... | @@ -258,12 +290,4 @@ input.searchField { |
| 258 | 290 | color: #F28F00; |
| 259 | 291 | text-align: left; } |
| 260 | 292 | |
| 261 | -#footer-brasil { | |
| 262 | - background: none repeat scroll 0% 0% #F28F00; | |
| 263 | - padding: 1em 0px; | |
| 264 | - max-width: 100%; | |
| 265 | - list-style: none; | |
| 266 | - vertical-align: baseline; | |
| 267 | -} | |
| 268 | - | |
| 269 | 293 | /*# sourceMappingURL=global.css.map */ | ... | ... |
global_footer.html.erb
| 1 | -<div id="footer-brasil"></div> | |
| 1 | +<div id="footer-content"> | |
| 2 | + <div id="footer-logos"> | |
| 3 | + <div> | |
| 4 | + <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><span>Acesso a Informação</span></a> | |
| 5 | + <div class="institucionais"> | |
| 6 | + <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><span>Brasil - Governo Federal</span></a> | |
| 7 | + </div> | |
| 8 | + </div> | |
| 9 | + </div><!-- end id="footer-logos" --> | |
| 2 | 10 | |
| 3 | -<script defer="defer" src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> | |
| 11 | + <div id="footer-license"> | |
| 12 | + <p> | |
| 13 | + Este site utiliza o software livre <a href="http://noosfero.org" target="_blank">Noosfero</a>, licenciado pela <a href="http://www.gnu.org/licenses/agpl.html" target="_blank">GNU Affero General Public License, versão 3 ou superior.<a> | |
| 14 | + </p> | |
| 15 | + </div><!-- end id="footer-license" --> | |
| 16 | +</div> | |
| 17 | + | |
| 18 | +<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> | |
| 4 | 19 | |
| 5 | 20 | <script> |
| 6 | 21 | // Abreviar opcões de administração | ... | ... |