Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

Ran out of space on top Trac toolbar

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


paul.wildthing at googlemail

Aug 6, 2012, 6:14 AM

Post #1 of 6 (260 views)
Permalink
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
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.


al.willmer at logica

Aug 6, 2012, 7:12 AM

Post #2 of 6 (242 views)
Permalink
RE: Ran out of space on top Trac toolbar [In reply to]

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] On Behalf Of paul.wilding
Sent: 06 August 2012 14:15
To: 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
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.


PaulWilding at micronav

Aug 6, 2012, 7:41 AM

Post #3 of 6 (258 views)
Permalink
RE: Ran out of space on top Trac toolbar [In reply to]

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.


hoff.st at web

Aug 6, 2012, 10:32 AM

Post #4 of 6 (242 views)
Permalink
Re: Ran out of space on top Trac toolbar [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 06.08.2012 16:41, schrieb Paul Wilding:
> 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.

Both are certainly not found in a fresh Trac environment.

You may still get site.css from the Trac source and place your copy as
<env>/htdocs/style.css inside your Trac environment.

Steffen Hoffmann
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAf/5QACgkQ31DJeiZFuHfjagCgsMi/bMC0G/Rn1QUYqmJ2QHy7
KzcAnjh2J92xG0o50gCKve+XfvdiVUN+
=IIVI
-----END PGP SIGNATURE-----

--
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.


ryano at physiosonics

Aug 6, 2012, 10:58 AM

Post #5 of 6 (243 views)
Permalink
Re: Ran out of space on top Trac toolbar [In reply to]

On Monday, August 6, 2012 6:14:53 AM UTC-7, paul.wilding wrote:
>
> 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?


There is also the MenusPlugin, though it can be a bit buggy.

http://trac-hacks.org/wiki/MenusPlugin

--
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/-/ac-q6RyZjxUJ.
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.


olemis at gmail

Aug 6, 2012, 8:08 PM

Post #6 of 6 (243 views)
Permalink
Re: Ran out of space on top Trac toolbar [In reply to]

On 8/6/12, paul.wilding <paul.wildthing [at] googlemail> wrote:
> 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?
>

If you want to know my opinion , this is a problem in general with
Trac nav area .

All previous suggestions are valid . Nonetheless I'd suggest you to
use (or develop) a theme using ThemeEnginePlugin [1]_ . There a sample
theme [2]_ that may be used as a starting point for this particular
purpose . If you want some suggestions I can mention TracMacTheme [3]_
[4]_ and Bloodhound theme [5]_ [6]_ . They both use drop down menus
for main navigation instead of a menu bar .

.. [1] ThemeEnginePlugin
(http://trac-hacks.org/wiki/ThemeEnginePlugin)

.. [2] TracExampleTheme
(http://trac-hacks.org/wiki/TracExampleTheme)

.. [3] MacTheme
(http://trac-hacks.org/wiki/MacTheme)

.. [4] MacTheme - screenshot
(https://bitbucket.org/olemis/trac-macos/raw/tip/tracmacos/htdocs/screenshot.png)

.. [5] Bloodhound theme @ ASF svn repos
(http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/)

.. [6] Bloodhound theme looks something like this ;)
(http://svn.apache.org/repos/asf/incubator/bloodhound/trunk/doc/html-templates/dashboard.html)

--
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--
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.

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.