From ddfb2aaf61a3875c1300e5c536deff704d80aeb0 Mon Sep 17 00:00:00 2001 From: "barwie2@st.amu.edu.pl" Date: Mon, 16 Dec 2019 18:38:30 +0100 Subject: [PATCH] Integracja z czytnikiem --- app/helpers.php | 2 +- public/css/map/seatchart-preview.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/helpers.php b/app/helpers.php index 8cebaae..db21b1b 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -13,6 +13,6 @@ function checkHoursDifference($dateStart, $dateEnd) { $dateStart = strtotime($dateStart); $dateEnd = strtotime($dateEnd); $diff = $dateEnd - $dateStart; - $hours = floor(($diff / (60*60))); + $hours = ($diff / (60*60)); return $hours; } diff --git a/public/css/map/seatchart-preview.css b/public/css/map/seatchart-preview.css index 3cd5aa2..178feee 100644 --- a/public/css/map/seatchart-preview.css +++ b/public/css/map/seatchart-preview.css @@ -66,7 +66,7 @@ body { .seatCharts-cell { width: 120px!important; height: 120px!important; - line-height: 55px!important; + line-height: 37px!important; } .preview-name { color: rgba(0,0,0,0.7);