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

Problem Redmine 3.3.0-dev #42

Open
vsc55 opened this issue Jun 15, 2016 · 6 comments
Open

Problem Redmine 3.3.0-dev #42

vsc55 opened this issue Jun 15, 2016 · 6 comments

Comments

@vsc55
Copy link

vsc55 commented Jun 15, 2016

Good Morning.

I inform you that Pixel Cookers is not compatible with the new version 3.3 of Redmine.
When selecting a project in the project list opcioens bar on the left is not loaded in vertical, horizontal loads and opcions not seen.
I attach a caputra screen.

redmine

A greeting.

@olivierphi
Copy link

olivierphi commented Aug 30, 2016

it seems to be related to that new feature of Redmine 3.3 : http://www.redmine.org/issues/20632

@alexisattimont
Copy link

This in an ugly fix, but it works. I don't know the good practices rules for ror apps, or redmine theming, or anything else, so anyone who would improve my solution is welcome.

I have edited the file public/themes/pixel-cookers/stylesheets/application.css (line 410) with this :

#main-menu ul li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding-bottom: 2px;
  text-align: left;
  display: block;
}
#main-menu .tabs-buttons .tab-left,
#main-menu .tabs-buttons .tab-right {
  display: none;
}

@anthonywkchan
Copy link

In addition to the CSS above, I also added this:

#main-menu .menu-children {
left: 0;
}

That fixes the menu displaying too far off the left of the window.

@vsc55
Copy link
Author

vsc55 commented Apr 4, 2017

I something almost like it.

#main-menu .menu-children {
margin-left: 10px;
width: 100%;
}

https://github.com/vsc55/redmine-theme/blob/master/stylesheets/application.css

vistazo

@mubat
Copy link

mubat commented Jul 17, 2017

@pixel-cookers, any updates about this issue?

@vsc55
Copy link
Author

vsc55 commented Jul 17, 2017

In my fork is solved.
https://github.com/vsc55/redmine-theme

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

5 participants