Skip to content

Commit

Permalink
Remove inline style from tool search on the workflow editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 5, 2016
1 parent 43dfc75 commit c1590ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapps/galaxy/workflow/editor.mako
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
from galaxy.workflow.modules import load_module_sections
module_sections = load_module_sections( trans )
%>
<div id="tool-search" style="padding-bottom: 5px; position: relative; display: block; width: 100%">
<div id="tool-search">
<input type="text" name="query" placeholder="search tools" id="tool-search-query" class="search-query parent-width" />
<img src="${h.url_for('/static/images/loading_small_white_bg.gif')}" id="search-spinner" class="search-spinner" />
</div>
Expand Down

0 comments on commit c1590ec

Please sign in to comment.