Commit 1f0c9d13898c62bb2f88b16b68e8e9cb00c68f3a
1 parent
4de5fe92
Exists in
master
and in
4 other branches
modified: cabecalho-azul-theme.css
modified: header.html.erb modified: style.css deleted: images/acesso-a-infornacao.png deleted: images/logo-acesso.png
Showing
3 changed files
with
10 additions
and
5 deletions
Show diff stats
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