commit/galaxy-central: jgoecks: Clean up for inheritance chain display.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4c7b5f4d569d/ Changeset: 4c7b5f4d569d User: jgoecks Date: 2013-04-30 20:15:27 Summary: Clean up for inheritance chain display. Affected #: 1 file diff -r 3a6d4a323e3ae7764a6a3704cf35b9dcb9b315f2 -r 4c7b5f4d569d478fd83fbfa3bf8d2f0187a30c1a templates/show_params.mako --- a/templates/show_params.mako +++ b/templates/show_params.mako @@ -153,7 +153,9 @@ <div class="inherit" style="background-color: #fff; font-weight:bold;">${hda.name | h}</div> % for dep in inherit_chain: - <div style="font-size: 36px; text-align: center;">↑</div> - <div class="inherit">${dep[0].name | h}<br/>${dep[1]}</div> + <div style="font-size: 36px; text-align: center; position: relative; top: 3px">↑</div> + <div class="inherit"> + '${dep[0].name | h}' in ${dep[1]}<br/> + </div> % endfor 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