Skip to content
Snippets Groups Projects
Commit 85a27a0f authored by Ina's avatar Ina
Browse files

adjustments

parent a98b8aca
No related branches found
No related tags found
No related merge requests found
<footer>
<div style="background-color: #1676bc;">
<%= link_to 'http://www.fnde.gov.br/' do %>
<%= image_tag 'logo.png', style: 'width: auto; height:200px; padding: 45px 40%;' %>
<% end %>
</div>
<div class="container-fluid" style="background-color: #2178F5;">
<header>
<div class="search-bar">
<div class="row">
<div class="col-md-offset-5 col-md-4">
<div class="logo" >
<%= link_to root_path do %>
<%= image_tag image_path("logo.png"), class: "logo",style: 'margin-top:15px;'%>
<h3>CONTEÚDO EDUCACIONAL</h3>
<% end %>
</div>
</div>
</div>
</div>
</header>
</div>
<div class="main" style="background-color: #E6E6E6;">
<div class="container" style="min-height: 200px;">
......
......@@ -30,7 +30,7 @@
<td colspan="2"><span class="pull-right"><div style="margin-bottom: 5px"><%= link_to 'Esqueci a senha', search_path, style:'color: #1676bc;'%></div></span></td>
</tr>
<tr>
<td> Nova senha:</td><td>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
<td> <div style="margin-bottom: 15px"> Nova senha:</div></td><td>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
</tr>
<tr>
<td> Confirmar senha:</td><td>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
......@@ -38,7 +38,7 @@
</table>
<b>Conta</b><br/>
<div style="margin: 5px 20px;"><%= link_to 'Deletar conta', search_path, style:'color: #FF3300;'%></div>
<div style="margin: 5px 25px;"><%= link_to 'Deletar conta', search_path, style:'color: #FF3300;'%></div>
</div>
</div>
......@@ -46,8 +46,8 @@
</div>
</div>
<div class="col-md-4">
<%= link_to 'Cancelar', search_path, class: "btn", style: ' width: 130px; color:white; background-color: #FF3300;' %>
<%= link_to 'Salvar', search_path, class: "btn", style: ' width: 130px; color:white; background-color: #1676bc;' %>
<%= link_to 'Cancelar', search_path, class: "btn", style: 'height: 35px; width: 130px; color:white; background-color: #FF3300;' %>
<%= link_to 'Salvar', search_path, class: "btn", style: 'height: 35px; width: 130px; color:white; background-color: #1676bc;' %>
</div>
</div>
</div>
......
......@@ -16,7 +16,7 @@
<tr>
<td>Senha:</td><td>&nbsp;&nbsp;</td>
<td><input type="text" size="40" placeholder="senha"></td>
<td><input type="password" size="40" placeholder="senha"></td>
</tr>
<tr>
<td></td><td></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment