Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Direct Menu plugin ? Bug display icon. #209

Open
sdnatcher-librecloud opened this issue Feb 13, 2016 · 0 comments
Open

Use Direct Menu plugin ? Bug display icon. #209

sdnatcher-librecloud opened this issue Feb 13, 2016 · 0 comments

Comments

@sdnatcher-librecloud
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant