1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0fa860b8ee41/ Changeset: 0fa860b8ee41 User: greg Date: 2013-07-09 20:13:12 Summary: Apply changes recently made to the left panel in Galaxy to the left panel in the Tool Shed. Affected #: 2 files diff -r 1f63dbb2ed28333e0b6ad7f930199dceacf5766a -r 0fa860b8ee41897a63c7c66581a16c360f48b11a templates/webapps/tool_shed/admin/index.mako --- a/templates/webapps/tool_shed/admin/index.mako +++ b/templates/webapps/tool_shed/admin/index.mako @@ -1,7 +1,7 @@ <%inherit file="/webapps/tool_shed/base_panels.mako"/><%namespace file="/message.mako" import="render_msg" /> -<%def name="stylesheets()"> +<%def name="stylesheets()"> ## Include "base.css" for styling tool menu and forms (details) ${h.css( "base", "autocomplete_tagging", "tool_menu" )} @@ -13,6 +13,12 @@ #left { background: #C1C9E5 url(${h.url_for('/static/style/menu_bg.png')}) top repeat-x; } + .unified-panel-body { + overflow: auto; + } + .toolMenu { + margin-left: 10px; + } </style></%def> diff -r 1f63dbb2ed28333e0b6ad7f930199dceacf5766a -r 0fa860b8ee41897a63c7c66581a16c360f48b11a templates/webapps/tool_shed/index.mako --- a/templates/webapps/tool_shed/index.mako +++ b/templates/webapps/tool_shed/index.mako @@ -2,7 +2,6 @@ <%namespace file="/message.mako" import="render_msg" /><%def name="stylesheets()"> - ${parent.stylesheets()} ## Include "base.css" for styling tool menu and forms (details) ${h.css( "base", "autocomplete_tagging", "tool_menu" )} @@ -14,6 +13,12 @@ #left { background: #C1C9E5 url(${h.url_for('/static/style/menu_bg.png')}) top repeat-x; } + .unified-panel-body { + overflow: auto; + } + .toolMenu { + margin-left: 10px; + } </style></%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.