Commit 7ac69e81 authored by carlos's avatar carlos
Browse files

alinhando botoes

parent 8e9f859b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<h2 style="margin-top: 100px; ">{{ __('Subáreas de ') . $area->nome }}</h2> <h2 style="margin-top: 100px; ">{{ __('Subáreas de ') . $area->nome }}</h2>
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
<a href="{{ route('subarea.criar', ['id' => $area->id]) }}" class="btn btn-primary" style="position:relative;top:100px;">{{ __('Criar subárea') }}</a> <a href="{{ route('subarea.criar', ['id' => $area->id]) }}" class="btn btn-primary" style="position:relative;top:100px; float: right;">{{ __('Criar subárea') }}</a>
</div> </div>
</div> </div>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<h2 style="margin-top: 100px; ">{{ __('Áreas de ') . $grandeArea->nome }}</h2> <h2 style="margin-top: 100px; ">{{ __('Áreas de ') . $grandeArea->nome }}</h2>
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
<a href="{{route('area.criar', ['id' => $grandeArea->id] )}}" class="btn btn-primary" style="position:relative;top:100px;">{{ __('Criar Área') }}</a> <a href="{{route('area.criar', ['id' => $grandeArea->id] )}}" class="btn btn-primary" style="position:relative;top:100px; float: right;">{{ __('Criar Área') }}</a>
</div> </div>
</div> </div>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<h2 style="margin-top: 100px; ">{{ __('Grandes áreas') }}</h2> <h2 style="margin-top: 100px; ">{{ __('Grandes áreas') }}</h2>
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
<a href="{{route('grandearea.criar')}}" class="btn btn-primary" style="position:relative;top:100px;">{{ __('Criar grande área') }}</a> <a href="{{route('grandearea.criar')}}" class="btn btn-primary" style="position:relative;top:100px; float: right;">{{ __('Criar grande área') }}</a>
</div> </div>
</div> </div>
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<h2 style="margin-top: 100px; ">{{ __('Naturezas') }}</h2> <h2 style="margin-top: 100px; ">{{ __('Naturezas') }}</h2>
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
<a href="" class="btn btn-primary" style="position:relative;top:100px;" data-toggle="modal" data-target="#modalNewCenter">{{ __('Criar natureza') }}</a> <a href="" class="btn btn-primary" style="position:relative;top:100px; float: right;" data-toggle="modal" data-target="#modalNewCenter">{{ __('Criar natureza') }}</a>
</div> </div>
</div> </div>
......
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