Skip to content

Commit

Permalink
Improving UI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasboegl1 committed Apr 19, 2021
1 parent ff3088b commit 3d96815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/css/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
.cal-context{
padding: 0;
border-left: 1px black solid;
}
.cal-row-fluid {
width: 100%;
Expand Down Expand Up @@ -281,7 +282,8 @@
}
#cal-day-box .day-event {
position: absolute;
max-width: 200px;
max-width: 99%;
width: 99%;
overflow: hidden;
}
#cal-day-box .day-highlight {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if(!String.prototype.formatNum) {
day: 'now',
// Day Start time and end time with time intervals. Time split 10, 15 or 30.
time_start: '08:00',
time_end: '23:59',
time_end: '24:00',
time_split: '30',
// Source of events data. It can be one of the following:
// - URL to return JSON list of events in special format.
Expand Down

0 comments on commit 3d96815

Please sign in to comment.