Skip to content

Use Direct Menu plugin ? Bug display icon. #209

Description

@sdnatcher-librecloud

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions