Skip to content

Commit

Permalink
Merge pull request #125 from will-moore/fix_webadmin_search_firefox
Browse files Browse the repository at this point in the history
fix webadmin search firefox
  • Loading branch information
jburel authored Feb 14, 2020
2 parents 3260669 + 1163401 commit 3aae3ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions omeroweb/webadmin/templates/webadmin/experimenters.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
</div>
{% endif %}

<form class="search filtersearch" id="filtersearch" action="#" style="width: 160px">
<input type="text" id="id_search">
<form class="search filtersearch" id="filtersearch" action="#" style="margin-left:20px; width: 160px">
<input type="text" id="id_search" style="width: 100%">
<input type="submit" value="Go" />
<span class="loading">
<img class="loader" alt="Loading" src="{% static "webgateway/img/spinner.gif" %}">
Expand Down
6 changes: 3 additions & 3 deletions omeroweb/webadmin/templates/webadmin/groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
</div>
{% endif %}

<form class="search filtersearch" id="filtersearch" action="#" style="width:160px">
<input type="text" id="id_search">
<input type="submit" value="Go" />
<form class="search filtersearch" id="filtersearch" action="#" style="margin-left: 20px; width:160px">
<input type="text" id="id_search" style="width: 100%">
<input type="submit" value="Go"/>
<span class="loading">
<img class="loader" alt="Loading" src="{% static "webgateway/img/spinner.gif" %}">
</span>
Expand Down

0 comments on commit 3aae3ea

Please sign in to comment.