git a little more space between go (checkmark) and calendar navigation <o>

This commit is contained in:
Ralf Becker 2016-06-03 10:41:03 +02:00
parent d5aab5ca50
commit 108a654c1f

View File

@ -3191,7 +3191,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
var buttons = jQuery('#calendar-sidebox_date .ui-datepicker-header a span'); var buttons = jQuery('#calendar-sidebox_date .ui-datepicker-header a span');
if(today.length && go_button.length) 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({ today.css({
'left': (buttons.first().offset().left + buttons.last().offset().left)/2 - Math.ceil(today.outerWidth(true)/2), 'left': (buttons.first().offset().left + buttons.last().offset().left)/2 - Math.ceil(today.outerWidth(true)/2),
'top': go_button.css('top') 'top': go_button.css('top')