aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events_cal-js.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-11 12:49:53 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-11 12:49:53 +0200
commitd5afd0d7c223161b673dca529830be3bfc739cd2 (patch)
treed36b16387b9b5ced13c7b08d7d8d87f2fbf470d8 /view/tpl/events_cal-js.tpl
parente2574cf069dc29b1e8ca6bd64ee78b262206cef4 (diff)
downloadvolse-hubzilla-d5afd0d7c223161b673dca529830be3bfc739cd2.tar.gz
volse-hubzilla-d5afd0d7c223161b673dca529830be3bfc739cd2.tar.bz2
volse-hubzilla-d5afd0d7c223161b673dca529830be3bfc739cd2.zip
do not use visibility for fullscreen button and move fullscreen button to the right
Diffstat (limited to 'view/tpl/events_cal-js.tpl')
-rwxr-xr-xview/tpl/events_cal-js.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/events_cal-js.tpl b/view/tpl/events_cal-js.tpl
index 121c06cb5..b7836cfab 100755
--- a/view/tpl/events_cal-js.tpl
+++ b/view/tpl/events_cal-js.tpl
@@ -2,13 +2,13 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
<div class="pull-right">
- <button id="fullscreen-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button>
- <button id="inline-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button>
<div class="btn-group">
<button class="btn btn-default btn-xs" onclick="changeView('prev', false);" title="{{$prev}}"><i class="fa fa-backward"></i></button>
<button id="events-spinner" class="btn btn-default btn-xs" onclick="changeView('today', false);" title="{{$today}}"><i class="fa fa-bullseye"></i></button>
<button class="btn btn-default btn-xs" onclick="changeView('next', false);" title="{{$next}}"><i class="fa fa-forward"></i></button>
</div>
+ <button id="fullscreen-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button>
+ <button id="inline-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button>
</div>
<h2 id="title"></h2>
<div class="clear"></div>