From 6b7b6ce71599d45fe93cf088c78e43bb8608791c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 26 Mar 2019 10:05:08 +0100 Subject: [PATCH] Elastic: Fix small regression --- plugins/calendar/calendar_ui.js | 2 +- plugins/libkolab/skins/elastic/include/calendar.less | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index 2b620749..a6783287 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -4279,7 +4279,7 @@ window.rcmail && rcmail.addEventListener('init', function(evt) { $('#timezone-display').appendTo($('.fc-header-toolbar > .fc-center')).removeClass('hidden'); $('#agendaoptions').detach().insertAfter('.fc-header-toolbar'); - $('.content-frame-navigation a.button.date').appendTo('.content > .searchbar'); + $('.content-frame-navigation a.button.date').appendTo('#layout-content > .searchbar'); // Mobile header title if (window.MutationObserver) { diff --git a/plugins/libkolab/skins/elastic/include/calendar.less b/plugins/libkolab/skins/elastic/include/calendar.less index 31efaa5f..0333cea0 100644 --- a/plugins/libkolab/skins/elastic/include/calendar.less +++ b/plugins/libkolab/skins/elastic/include/calendar.less @@ -1257,10 +1257,6 @@ body.task-calendar { @media screen and (min-width: (@screen-width-small + 1px)) { display: none; } - - &:before { - line-height: 1.25; - } } @media screen and (max-width: @screen-width-small) {