Fix event display
This commit is contained in:
parent
29936060cf
commit
92a755f688
|
@ -25,7 +25,7 @@
|
|||
#event-calendar-title {
|
||||
vertical-align: middle;
|
||||
}
|
||||
a#event-calendar-views {
|
||||
#event-calendar-views {
|
||||
padding: 6px 9px;
|
||||
font-size: 14px
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue