Integracja z czytnikiem

This commit is contained in:
barwie2@st.amu.edu.pl 2019-12-16 18:38:30 +01:00
parent 72fda159ce
commit ddfb2aaf61
2 changed files with 2 additions and 2 deletions

View File

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

View File

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