Commit 5079b96d authored by carlos's avatar carlos
Browse files

ajuste na home

parent 234a3045
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
<div class="col-sm-6" style=" position: relative; top: 50px; padding: 25px;"> <div class="col-sm-6" style=" position: relative; top: 50px; padding: 25px;">
<h4 style="color: rgb(0, 140, 255);">Editais</h4> <h4 style="color: rgb(0, 140, 255);">Editais</h4>
<div id="editais"> <div id="editais">
<ul class="list-editais flexcroll" style="list-style-type: none;"> <ul class="col-sm-12 list-editais flexcroll" style="list-style-type: none;">
@foreach ($eventos as $evento) @foreach ($eventos as $evento)
@if (\Carbon\Carbon::create($evento->fimSubmissao) > \Carbon\Carbon::create($hoje)) @if (\Carbon\Carbon::create($evento->fimSubmissao) > \Carbon\Carbon::create($hoje))
<li class="li-editais"> <li class="col-sm-12 li-editais">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-1"> <div class="col-sm-1">
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
<a href="{{ route('evento.visualizarNaoLogado', ['id' => $evento->id]) }}"> <a href="{{ route('evento.visualizarNaoLogado', ['id' => $evento->id]) }}">
<button class="btn btn-opcoes-edital" style="float: right;"> <button class="btn btn-opcoes-edital" style="float: left;">
Visualizar Visualizar
</button> </button>
</a> </a>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment