diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 6d96486..8eadba1 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -10,6 +10,7 @@ #header>div { max-width: 960px; + min-width: 960px; margin: 0 auto; } @@ -55,6 +56,11 @@ background-image: url(images/logotipo_contraste.png); background-repeat: no-repeat; }*/ +/* Barra do Brasil */ + +#barra-brasil, #wrapper-barra-brasil, #wrap-1 { + min-width: 960px; +} /* logo */ #logo { @@ -177,7 +183,6 @@ background-repeat: no-repeat; #theme-header #sobre { line-height: 20px; font-size: 12px; - margin:0px 83px; /*incluido*/ } @@ -387,14 +392,23 @@ color:#000000; /*Fim menu principal SPB*/ + +#wrap-2 { + width: 960px; + margin: 0 auto; + border: none; + padding: 0px; +} + + + /****************** FIM cabecalho ******************/ /************* Bar Psocial Style - Menu Horizontal**************/ #user{ - padding: 0px 2em; - top: -30px; + top: -45px; font-size: 12px; - right: 4em; + /*right: 10px;*/ } .logged-in #user{ @@ -499,7 +513,8 @@ color:#000000; /******************Footer-Rodapé**********************************/ #theme-footer { - width: 100%; + width: 100%; + min-width: 960px; } #footer-content { @@ -645,7 +660,7 @@ line-height:1em @media(min-width:980px) { footer .container2{ - width:1040px + width: 100%; } footer .footer-atalhos a { diff --git a/header.html.erb b/header.html.erb index e5812e7..0ee1d6a 100644 --- a/header.html.erb +++ b/header.html.erb @@ -99,9 +99,8 @@ - - -
+ +
+ +
+ + -- libgit2 0.21.2