From 108a654c1fab972b5b110fef0092734c4921894b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 3 Jun 2016 10:41:03 +0200 Subject: [PATCH] git a little more space between go (checkmark) and calendar navigation --- calendar/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index 7440bb1491..8173d05eb5 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -3191,7 +3191,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend( var buttons = jQuery('#calendar-sidebox_date .ui-datepicker-header a span'); if(today.length && go_button.length) { - go_button.position({my: 'left+15px center', at: 'right center-1',of: jQuery('#calendar-sidebox_date .ui-datepicker-year')}); + go_button.position({my: 'left+8px center', at: 'right center-1',of: jQuery('#calendar-sidebox_date .ui-datepicker-year')}); today.css({ 'left': (buttons.first().offset().left + buttons.last().offset().left)/2 - Math.ceil(today.outerWidth(true)/2), 'top': go_button.css('top') @@ -3493,7 +3493,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend( jQuery(e.target).off(e); if(!time) return; - + // If the autorefresh time is up, bind once to trigger a refresh // (if needed) when tab is activated again this._autorefresh_timer = setTimeout(jQuery.proxy(function() {