commit/galaxy-central: dan: Fix for new styles in ToolShed masthead.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/13a0dffd3422/ Changeset: 13a0dffd3422 User: dan Date: 2013-09-11 23:33:21 Summary: Fix for new styles in ToolShed masthead. Affected #: 1 file diff -r e1c5eeed1bd6ba5c66dce308e69e44e6edea920f -r 13a0dffd3422178b5ae46afdb9aeb819680b8e61 templates/webapps/tool_shed/base_panels.mako --- a/templates/webapps/tool_shed/base_panels.mako +++ b/templates/webapps/tool_shed/base_panels.mako @@ -10,11 +10,14 @@ ## Masthead <%def name="masthead()"> + ## start main tag + <div id="masthead" class="navbar navbar-fixed-top navbar-inverse"> + ## Tab area, fills entire width <div style="position: relative; right: -50%; float: left;"><div style="display: block; position: relative; right: 50%;"> - <ul class="nav" border="0" cellspacing="0"> + <ul class="nav navbar-nav" border="0" cellspacing="0"><%def name="tab( id, display, href, target='_parent', visible=True, extra_class='', menu_options=None )"><% @@ -121,7 +124,7 @@ </div> ## Logo, layered over tabs to be clickable - <div class="title"> + <div class="navbar-brand"><a href="${h.url_for( app.config.get( 'logo_url', '/' ) )}"><img border="0" src="${h.url_for('/static/images/galaxyIcon_noText.png')}"> Galaxy Tool Shed @@ -130,4 +133,7 @@ %endif </a></div> + + ## end main tag + </div></%def> 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)
-
commits-noreply@bitbucket.org