]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/events_js.tpl
Make frio more consistent by replacing textual links with icons everywhere. (#5415)
[friendica.git] / view / theme / frio / templates / events_js.tpl
index 76394fe408f368fdaa18d6eb053c1ee26b1854c2..cdf1636fe391a687e41b9116006acaf1838bd48d 100644 (file)
@@ -1,12 +1,16 @@
 <div class="generic-page-wrapper">
        {{$tabs}}
-       {{include file="section_title.tpl" title=$title}}
+       {{include file="section_title.tpl" title=$title pullright=1}}
 
        {{* The link to create a new event *}}
-       <div id="new-event-link"><button type="button" class="btn-link" onclick="addToModal('{{$new_event.0}}')" >{{$new_event.1}}</button></div>
+       <div class="pull-right" id="new-event-link">
+               <button type="button" class="btn-link" onclick="addToModal('{{$new_event.0}}')" title="{{$new_event.1}}" data-toggle="tooltip">
+                       <i class="faded-icon fa fa-plus"></i>
+               </button>
+       </div>
 
        {{* We create our own fullcallendar header (with title & calendar view *}}
-       <div id="fc-header">
+       <div id="fc-header" class="clear">
                <div id="fc-header-right" class="pull-right">
                        {{* The dropdown to change the callendar view *}}
                        <ul class="nav nav-pills">