pixel-cookers / redmine-theme

A nice, dark and blue theme for Redmine.
http://pixel-cookers.github.io/redmine-theme/
MIT License
118 stars 58 forks source link

Problem Redmine 3.3.0-dev #42

Open vsc55 opened 8 years ago

vsc55 commented 8 years ago

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 commented 8 years ago

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

alexisattimont commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

@pixel-cookers, any updates about this issue?

vsc55 commented 7 years ago

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