diff --git a/config/logging.php b/config/logging.php index 0df8212..a204028 100644 --- a/config/logging.php +++ b/config/logging.php @@ -95,6 +95,10 @@ return [ 'driver' => 'monolog', 'handler' => NullHandler::class, ], + + 'emergency' => [ + 'path' => storage_path('logs/laravel.log'), + ], ], ]; diff --git a/public/css/fixes.css b/public/css/fixes.css index 2178c42..c98a729 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -43,14 +43,6 @@ table.dataTable thead .sorting { cursor: not-allowed; } -/* Login Box, icons when inputs disabled */ -div.login-box .input-group-append .fa { - width: 2.5em; -} -div.login-box .input-group .input-group-append span.fa { - line-height: 0; -} - #favourite.selected { color: orange; } @@ -62,6 +54,7 @@ div.login-box .input-group .input-group-append span.fa { .card-header h3.card-title { font-size: 1.0rem; } + body { font-size: 0.85em; } \ No newline at end of file diff --git a/public/css/print.css b/public/css/print.css index 680197a..7bbd287 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -9,7 +9,7 @@ font-weight: bold; } - tr { page-break-inside:avoid; } + tr { page-break-inside:avoid; } thead { display:table-header-group; } tfoot { display:table-footer-group; }