diff --git a/app/FaveoLog/views/log.blade.php b/app/FaveoLog/views/log.blade.php index 07d613385..d7a58e8f7 100644 --- a/app/FaveoLog/views/log.blade.php +++ b/app/FaveoLog/views/log.blade.php @@ -1,10 +1,6 @@ @extends('themes.default1.admin.layout.admin') @section('Log') -active -@stop - -@section('logs') -class="active" +class="nav-link active" @stop @section('HeadInclude') @@ -25,6 +21,7 @@ class="active" .stack { font-size: 0.85em; + font-style: italic; } .date { min-width: 75px; @@ -37,14 +34,20 @@ class="active" background-color: #f5f5f5; border-color: #777; } + .list-group-item+.list-group-item { + border-top-width: 1px !important; + }