You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a small corrective if you use "Direct menu".
There is a bug of display with both buttons Task and schedule which stacks the files button. I am not an expert in CSS but the solution below solves the problem.
/var/www/owncloud/apps/calendarplus# grep -r "button-group left-right-nav" * js/app.js: var headerNav =$('<div/>').addClass('button-group left-right-nav');
Change value button-group left-right-nav by view button-group
var headerNav =$('<div/>').addClass('view button-group');
Hoping that it can serve for few people. If you have better to put the two buttons on the left row. Give me !
Hy,
Here is a small corrective if you use "Direct menu".
There is a bug of display with both buttons Task and schedule which stacks the files button. I am not an expert in CSS but the solution below solves the problem.
/var/www/owncloud/apps/calendarplus# grep -r "button-group left-right-nav" *
js/app.js: var headerNav =$('<div/>').addClass('button-group left-right-nav');
Change value button-group left-right-nav by view button-group
var headerNav =$('<div/>').addClass('view button-group');
Hoping that it can serve for few people. If you have better to put the two buttons on the left row. Give me !
Best regard,
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: