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