aboutsummaryrefslogtreecommitdiff
path: root/app/views/calendar/stylesheet.php
blob: aaf7334c04bf9fe840bcd99f4f9bd6638c9e7db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
div.schedule_day {
    height: <?= $whole_height ?>px;
}

div.schedule_marker {
    height: <?= floor($entry_height / 2)  ?>px;
    line-height: <?= floor($entry_height / 2) ?>px;
    margin-bottom: <?= floor($entry_height / 2) ?>px;
}

div.schedule_hours {
    height: <?= $entry_height ?>px;
}