Elastic: Small improvements in Calendar toolbars

This commit is contained in:
Aleksander Machniak 2018-05-17 13:40:14 +00:00
parent 116f54a840
commit ad6654c3d8
3 changed files with 7 additions and 1 deletions

View file

@ -4315,6 +4315,8 @@ window.rcmail && rcmail.addEventListener('init', function(evt) {
$('#timezone-display').appendTo($('.fc-header-center')).removeClass('hidden');
$('#agendaoptions').detach().insertAfter('table.fc-header');
$('.content-frame-navigation a.button.date').appendTo('.content > .searchbar');
// Mobile header title
if (window.MutationObserver) {
var title = $('.fc-header-title'),

View file

@ -53,7 +53,7 @@
<roundcube:object name="plugin.agenda_options" id="agendaoptions" />
<div id="searchcontrols" class="search-controls"></div>
</div>
<div class="footer toolbar" role="toolbar" data-hidden="big">
<div class="footer toolbar content-frame-navigation" role="toolbar" data-hidden="big">
<a href="#" class="button prev" onclick="$('.fc-button-prev').click()"><span class="inner"><roundcube:label name="previous" /></span></a>
<a href="#" class="button today" onclick="$('.fc-button-today').click()"><span class="inner"><roundcube:label name="today" /></span></a>
<a href="#" class="button date" onclick="window.calendar_datepicker()"><span class="inner"><roundcube:label name="date" /></span></a>

View file

@ -1918,3 +1918,7 @@ body.task-calendar {
color: @color-black-shade-text;
}
}
.searchbar a.button.date:before {
line-height: 1.25;
}