{% extends "base.html.twig" %} {% block head_style %} {{ encore_entry_link_tags('app') }} {{ encore_entry_link_tags('fullcalendar') }} {% endblock head_style %} {% block localstyle %} .fc-header-toolbar h2 { text-transform: uppercase; } .fc-day-grid-event { padding:0px; border-radius:0px; border: none; } .fc-content { height: 40px; } .fc-title { font-weight: bolder; font-size: 12px; } .eventAvatar { width: 20px; margin: 0px 5px 0px 0px; float: left; } .eventInfo{ margin: -5px 5px 0px 0px; clear: both; } .eventEstimate { margin: -3px 10px; } {% endblock %} {% block body %}