Commit 1101b677d6cd9406ee129a8ce50a094bc1129c7a

Authored by Evandro Junior
1 parent 0f147625

using barra brasil

Showing 2 changed files with 10 additions and 49 deletions   Show diff stats
global.css
... ... @@ -246,41 +246,9 @@ input.searchField {
246 246 #social-icons span {
247 247 display: none; }
248 248  
249   -#global-footer {
250   - width: 100%; }
251   -
252 249 #footer-content {
253 250 background: #fff; }
254 251  
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   -
284 252 #footer-license {
285 253 margin: 0 auto;
286 254 max-width: 960px;
... ... @@ -290,4 +258,12 @@ input.searchField {
290 258 color: #F28F00;
291 259 text-align: left; }
292 260  
  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 +
293 269 /*# sourceMappingURL=global.css.map */
... ...
global_footer.html.erb
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" -->
  1 +<div id="footer-brasil"></div>
10 2  
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>
  3 +<script defer="defer" src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script>
19 4  
20 5 <script>
21 6 // Abreviar opcões de administração
... ...