Commit c7b7d0df51e16158c9e0b92b2b40944d9fdf3d3b
1 parent
dff2c4e3
Exists in
master
and in
10 other branches
Remove text from register page and fix css from the same page.
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
Showing
2 changed files
with
9 additions
and
5 deletions
Show diff stats
style.css
... | ... | @@ -183,8 +183,8 @@ p { |
183 | 183 | |
184 | 184 | .action-account-signup #signup-form-header, |
185 | 185 | .action-account-signup #signup-form-profile { |
186 | - display: inline-block; | |
187 | - float: right; | |
186 | + float: center; | |
187 | + margin: 1px auto 5px; | |
188 | 188 | width: 60%; |
189 | 189 | } |
190 | 190 | |
... | ... | @@ -2513,3 +2513,10 @@ body.action-embed-index { |
2513 | 2513 | .flag-pt { background-image: url(images/flag-pt_br.png) } |
2514 | 2514 | |
2515 | 2515 | #participa-languages a span{ display: none } |
2516 | + | |
2517 | +#dynamic_recaptcha{ | |
2518 | + line-height: 1em; | |
2519 | + width: 400px; | |
2520 | + margin: 1px auto 5px; | |
2521 | + padding-right: 150px; | |
2522 | +} | ... | ... |
theme.js
... | ... | @@ -42,9 +42,6 @@ function alignBlocks(containerIndex){ |
42 | 42 | //insere a mensagem no bloco de comunidades na página inicial// |
43 | 43 | $( ".action-home-index #content .communities-block .block-inner-2>div" ).prepend( "<span class='msg_block'>Participe dos dialogos entre governo e sociedade em comunidades temáticas...</span>" ); |
44 | 44 | $( ".action-home-index #content .communities-block .block-inner-2>div.block-footer-content .msg_block" ).remove(); |
45 | - //insere a mensagem na página de registro// | |
46 | - $( ".action-account-signup #content form" ).prepend( "<div class='singup_text'><p>Registre-se. Crie sua conta no Participa Brasil! Este é mais um espaço de diálogo entre governo e sociedade civil. Depois que você se registrar será possível fazer comentários e/ou contribuições, participar de consultas públicas, criar blogs, participar e/ou criar comunidades, etc.</p><p>A gestão pública nunca esteve tão próxima das pessoas como agora. Faça parte desta mudança!</p><p>Seja bem vind@!</p></div>" ); | |
47 | - //Alinha os blocos do tipo container lado a lado | |
48 | 45 | $('.container-block-plugin_container-block').each(alignBlocks); |
49 | 46 | |
50 | 47 | $('#block-48500 > .block-inner-1 > .block-inner-2').append('<div class="more_button" style="position: absolute; top: 5px; left: 519px;"><div class="view_all"><a href="/portal/blog">Ler todas</a></div></div>'); | ... | ... |