Skip to content
Snippets Groups Projects
Commit 42e95a2f authored by Ina's avatar Ina
Browse files

..

parent afbbb892
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ footer {
color: #FFF;
.main {
background-color: #313131;
background-color: #E6E6E6;
padding: 16px 0px 0px 0px;
min-height: 256px;
}
......@@ -577,3 +577,8 @@ input.chk {
.button-save-setup{
height: 35px; width: 110px; color:white; background-color: #1676bc;
}
.logos-footer{
height: 70px;
width: auto;
}
<footer>
<div class="footer-bar">
<div class="row">
<div class="col-md-offset-5 col-md-4">
......@@ -14,33 +13,32 @@
</div>
</div>
<div class="main" style="background-color: #E6E6E6;">
<div class="main">
<div class="container" style="min-height: 200px;">
<div class="col-md-12" style="padding-top: 50px">
<div class="logo-footer">
<%= link_to 'http://www.brasil.gov.br/' do %>
<%= image_tag 'logo_brasil.png', style: 'width: auto; height: 70px;' %>
<%= image_tag 'logo_brasil.png',class:'logos-footer' %>
<% end %>
</div>
<div class="logo-footer">
<%= link_to 'http://www.fnde.gov.br/' do %>
<%= image_tag 'logo_ministerio.png', height: '70', style: 'width: auto; height: 70px; margin-left: 18%;' %>
<%= image_tag 'logo_ministerio.png',class:'logos-footer', style: ' margin-left: 18%;' %>
<% end %>
</div>
<div class="logo-footer">
<%= link_to 'http://www.fnde.gov.br/' do %>
<%= image_tag 'fnde.png', height: '70', style: 'width: auto; height: 100px; margin-top: -8%;' %>
<%= image_tag 'fnde.png', style: 'width: auto; height: 100px; margin-top: -8%;' %>
<% end %>
</div>
<div class="logo-footer">
<%= link_to 'http://www.ufpr.br/portalufpr/' do %>
<%= image_tag 'logo_ufpr.jpg', height: '100', style: 'width: auto; height: 70px;'%>
<%= image_tag 'logo_ufpr.jpg',class:'logos-footer'%>
<% end %>
</div>
<div class="logo-footer">
<%= link_to 'http://www.c3sl.ufpr.br/' do %>
<%= image_tag 'logo_c3.png', style: 'width: auto; height: 70px;'%>
<%= image_tag 'logo_c3.png', class:'logos-footer'%>
<% end %>
</div>
</div>
......
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