Skip to content
Snippets Groups Projects
Commit 3ae09df8 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

TIC 5035, re #5035

Merge request studip/studip!3775
parent 339493db
No related branches found
No related tags found
No related merge requests found
...@@ -213,6 +213,9 @@ class Helper ...@@ -213,6 +213,9 @@ class Helper
'studip_urls' => [ 'studip_urls' => [
'add' => \URLHelper::getURL('dispatch.php/calendar/schedule/entry/add') 'add' => \URLHelper::getURL('dispatch.php/calendar/schedule/entry/add')
] ]
],
[
'class' => 'schedule'
] ]
); );
} }
......
...@@ -16,3 +16,9 @@ form.default.schedule-entry { ...@@ -16,3 +16,9 @@ form.default.schedule-entry {
} }
} }
} }
.fc.schedule {
.fc-event {
border-left-width: 8px;
}
}
<?= $fullcalendar ?> <section class="contentbox"><?= $fullcalendar ?></section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment