Minor fixes from other projects

This commit is contained in:
Deon George 2020-05-25 14:09:27 +10:00
parent 589aeb7289
commit cbffda959d
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
3 changed files with 6 additions and 9 deletions

View File

@ -95,6 +95,10 @@ return [
'driver' => 'monolog',
'handler' => NullHandler::class,
],
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
],
];

View File

@ -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;
}

View File

@ -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; }