commit/galaxy-central: greg: Apply fix for brand overflowing to the tool shed's base_panels.mako.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/e514944f0a38/ changeset: e514944f0a38 user: greg date: 2012-04-04 19:42:23 summary: Apply fix for brand overflowing to the tool shed's base_panels.mako. affected #: 1 file diff -r a3ffda11a38b4a863dae03c0a53e2428ffbda1a4 -r e514944f0a38e6d88307251958b4407e5d20e51b templates/webapps/community/base_panels.mako --- a/templates/webapps/community/base_panels.mako +++ b/templates/webapps/community/base_panels.mako @@ -117,12 +117,12 @@ </div> ## Logo, layered over tabs to be clickable - <div class="title" style="position: absolute; top: 0; left: 0; white-space: nowrap;"> + <div class="title"><a href="${app.config.get( 'logo_url', '/' )}"> - <img border="0" src="${h.url_for('/static/images/galaxyIcon_noText.png')}" style="display: inline; width: 26px; vertical-align: top;"> + <img border="0" src="${h.url_for('/static/images/galaxyIcon_noText.png')}"> Galaxy Tool Shed %if app.config.brand: - <span class='brand'>/ ${app.config.brand}</span> + <span>/ ${app.config.brand}</span> %endif </a></div> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket