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

'Redmine Backlogs' plugin breaks out of theme. #23

Open
ksavoie opened this issue Aug 21, 2013 · 3 comments
Open

'Redmine Backlogs' plugin breaks out of theme. #23

ksavoie opened this issue Aug 21, 2013 · 3 comments

Comments

@ksavoie
Copy link

ksavoie commented Aug 21, 2013

LOVE this theme but latest 'Redmine Backlogs' plugin breaks out of theme.
screen shot 2013-08-21 at 11 56 33 am

@p-schneider
Copy link

Sorry for the late reply - just in case you did not already find a workaround or someone else like me had the same problem and used google to find this ticket. (I just installed redmine backlogs today, ran into this problem and used google to get to this ticket.)

open public/plugin_assets/redmine_backlogs/stylesheets/global.css plugins/redmine_backlogs/assets/stylesheets/global.css and find

/* MAIN */
#main{
  display:block;
  height:100%;
  width:100%;
  margin: 0; /*yes, we do!*/
}

uncomment the block e.g.

/* MAIN */
#main{
  /*display:block;
  height:100%;
  width:100%;
  margin: 0; /*yes, we do!*/
}

edit: you might also want to edit the file in public/plugin_assets/... if it does not update automatically, but you should definitely edit the file in plugins/redmine_backlogs/...

dakota pushed a commit to dakota/redmine-theme that referenced this issue Feb 17, 2014
@trajano trajano mentioned this issue Feb 21, 2014
@trajano
Copy link

trajano commented Feb 21, 2014

I can confirm @p-schneider work around works. However @dakota 's patch #28 does not work for me.
screenshot 12

@trajano
Copy link

trajano commented Feb 21, 2014

Correction #28 does fix the issue without making the CSS changes.

superles added a commit to superles/redmine-theme that referenced this issue Nov 2, 2014
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

3 participants