Commit 1f0c9d13898c62bb2f88b16b68e8e9cb00c68f3a

Authored by Edu Aguiar
1 parent 4de5fe92

modified: cabecalho-azul-theme.css

modified:   header.html.erb
	modified:   style.css
	deleted:    images/acesso-a-infornacao.png
	deleted:    images/logo-acesso.png
cabecalho-azul-theme.css
... ... @@ -75,7 +75,7 @@
75 75 font-weight: normal;
76 76 font-family: 'Open Sans Light';
77 77 }
78   -#votacao .bt-votar {
  78 +#votacao .bt-conferencia {
79 79 display: block;
80 80 width: 165px;
81 81 height: 57px;
... ... @@ -91,7 +91,7 @@
91 91 font-size: 18px;
92 92 background: #89ba3f;
93 93 }
94   -#votacao .bt-votar:hover {
  94 +#votacao .bt-conferencia:hover {
95 95 background: #b62221;
96 96 }
97 97  
... ... @@ -193,6 +193,7 @@
193 193 text-transform: uppercase;
194 194 color: #444;
195 195 }
  196 +
196 197 #links ul li a:hover {
197 198 background-color: #fff;
198 199 }
... ...
header.html.erb
... ... @@ -42,8 +42,12 @@
42 42 <div id="sobre">
43 43 <ul>
44 44 <li id="link-faq">
45   - <a href="/account/login">Entrar ou registre-se</a>
  45 + <a href="/account/login">Entrar</a>
46 46 </li>
  47 + <li id="link-faq">
  48 + <a href="/account/signup">Registre-se</a>
  49 + </li>
  50 +
47 51 <li id="link-faq">
48 52 <a href="/ajuda/dicionario-da-participacao">Dicionário da Participação</a>
49 53 </li>
... ... @@ -98,7 +102,7 @@
98 102 </div>
99 103 <div id="votacao">
100 104 <span class="orcamento">CONFERÊNCIAS ESTADUAIS <strong>2015</strong></span>
101   -
  105 + <a href="http://participa.ma.gov.br/portal/conferencias" class="bt-conferencia">Leia mais</a>
102 106 </div>
103 107 </div>
104 108 </div>
... ...
style.css
... ... @@ -1221,7 +1221,7 @@ ul.profile-list .common-profile-list-block {
1221 1221 padding: 0px 10px;
1222 1222  
1223 1223  
1224   - background-color: #FFF;
  1224 + background-color: #F6F6F6;
1225 1225 width: 1024px;
1226 1226 margin: 0px auto;
1227 1227  
... ...