Minor fixes from other projects
This commit is contained in:
parent
589aeb7289
commit
cbffda959d
@ -95,6 +95,10 @@ return [
|
||||
'driver' => 'monolog',
|
||||
'handler' => NullHandler::class,
|
||||
],
|
||||
|
||||
'emergency' => [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
9
public/css/fixes.css
vendored
9
public/css/fixes.css
vendored
@ -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;
|
||||
}
|
2
public/css/print.css
vendored
2
public/css/print.css
vendored
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user