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

Bad positioning of the toc in Wiki pages #35

Closed hriekehof closed 5 years ago

hriekehof commented 9 years ago

If i include a {{<toc}} on a wiki page it has a strange positioning inside the wiki page. You can improve it by putting it under an .h1 but it still is not so nice placed.

Would be great if the positioning could be improved :)

nick7ikin commented 9 years ago

+1

u1735067 commented 9 years ago

Same with right positionned toc {{>toc}} sadly :( If anyone has a working CSS workaound to fix this I'll gladly take it too.

u1735067 commented 9 years ago

Best hack I could find (I don't like CSS) :

/* Ugly hack par Alex` */
.contextual {
  position:  absolute !important;
  right: 20%;
  top: 86px;
}
.toc.right {
  margin-top: 55px;
}
hriekehof commented 5 years ago

i close this now to get rid of it in my issue list :) sorry