
PaulWilding at micronav
Aug 6, 2012, 7:41 AM
Post #3 of 6
(258 views)
Permalink
|
Thanks, that's worked for me although for some reason I don't have a site.css file (!) so I had to add it to stylesheet.css instead. From: trac-users [at] googlegroups [mailto:trac-users [at] googlegroups] On Behalf Of Willmer, Alex (PTS) Sent: 06 August 2012 15:12 To: trac-users [at] googlegroups Subject: RE: [Trac] Ran out of space on top Trac toolbar If you're feeling bold then Trac 1.0 beta (fka 0.13dev) automatically wraps the toolbar on overflow. Try it at http://trac.edgewall.org/demo-0.13 by resizing your browser window. Alternatively you can get more-or-less the same behaviour in your existing version by changing .nav li {display:inline} to .nav li {display:inline-block}. This can be done with site.html customization http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance or by directly editing site.css. Regards, Alex From: trac-users [at] googlegroups<mailto:trac-users [at] googlegroups> [mailto:trac-users [at] googlegroups]<mailto:[mailto:trac-users [at] googlegroups]> On Behalf Of paul.wilding Sent: 06 August 2012 14:15 To: trac-users [at] googlegroups<mailto:trac-users [at] googlegroups> Subject: [Trac] Ran out of space on top Trac toolbar I've ran out of space on the top trac toolbar which includes links to plugins and admin, new ticket etc. Does anyone know how I could solve this by either making each link smaller or perhaps adding a second bar underneath? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/L3EP542wjkkJ. To post to this group, send email to trac-users [at] googlegroups<mailto:trac-users [at] googlegroups>. To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups<mailto:trac-users+unsubscribe [at] googlegroups>. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en. Think green - keep it on the screen. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups<mailto:trac-users [at] googlegroups>. To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups<mailto:trac-users+unsubscribe [at] googlegroups>. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|