commit/galaxy-central: martenson: biostar: moved icon tooltips placement to the bottom for readability
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/29a9d6d904f3/ Changeset: 29a9d6d904f3 User: martenson Date: 2014-03-20 22:30:47 Summary: biostar: moved icon tooltips placement to the bottom for readability Affected #: 1 file diff -r 86ea88b98bb7b2f2eb1fad554307d3e5d055d9ce -r 29a9d6d904f3506f141253e2b1e97cf1aa55a081 templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -327,9 +327,9 @@ Help from Biostar <div class="icon-btn-group"><a href="${h.url_for( controller='biostar', action='biostar_tool_tag_redirect', tool_id=tool.id )}" - target="_blank" class="icon-btn" title="Search for this tool"><span class="fa fa-search"></span></a> + target="_blank" class="icon-btn" title="Search for this tool" data-toggle="tooltip" data-placement="bottom"><span class="fa fa-search"></span></a><a href="${h.url_for( controller='biostar', action='biostar_tool_question_redirect', tool_id=tool.id )}" - target="_blank" class="icon-btn" title="Ask a question about this tool"><span class="fa fa-question-circle"></a> + target="_blank" class="icon-btn" title="Ask a question about this tool" data-toggle="tooltip" data-placement="bottom"><span class="fa fa-question-circle"></a></div></span> %endif 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