Integracja z czytnikiem
This commit is contained in:
parent
72fda159ce
commit
ddfb2aaf61
@ -13,6 +13,6 @@ function checkHoursDifference($dateStart, $dateEnd) {
|
|||||||
$dateStart = strtotime($dateStart);
|
$dateStart = strtotime($dateStart);
|
||||||
$dateEnd = strtotime($dateEnd);
|
$dateEnd = strtotime($dateEnd);
|
||||||
$diff = $dateEnd - $dateStart;
|
$diff = $dateEnd - $dateStart;
|
||||||
$hours = floor(($diff / (60*60)));
|
$hours = ($diff / (60*60));
|
||||||
return $hours;
|
return $hours;
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,7 @@ body {
|
|||||||
.seatCharts-cell {
|
.seatCharts-cell {
|
||||||
width: 120px!important;
|
width: 120px!important;
|
||||||
height: 120px!important;
|
height: 120px!important;
|
||||||
line-height: 55px!important;
|
line-height: 37px!important;
|
||||||
}
|
}
|
||||||
.preview-name {
|
.preview-name {
|
||||||
color: rgba(0,0,0,0.7);
|
color: rgba(0,0,0,0.7);
|
||||||
|
Loading…
Reference in New Issue
Block a user