Fix event display

This commit is contained in:
Hypolite Petovan 2017-03-17 20:27:17 -04:00
parent 29936060cf
commit 92a755f688
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#event-calendar-title {
vertical-align: middle;
}
a#event-calendar-views {
#event-calendar-views {
padding: 6px 9px;
font-size: 14px
}

View File

@ -3,7 +3,7 @@
{{include file="section_title.tpl" title=$title}}
{{* The link to create a new event *}}
<div id="new-event-link"><button type="button" class="btn btn-link" onclick="addToModal('{{$new_event.0}}')" >{{$new_event.1}}</button></div>
<div id="new-event-link"><button type="button" class="btn-link" onclick="addToModal('{{$new_event.0}}')" >{{$new_event.1}}</button></div>
{{* We create our own fullcallendar header (with title & calendar view *}}
<div id="fc-header">