Overview:
Some of our customers have voiced the need to move the search button to be on the same line as the rest of the search filters.
We decided to offer a quick and easy solution to this by offering the code below.
Please paste this snippet into the "Custom Javascript" textarea on the "Advanced Layout" page of our app. You can get to this page by clicking on "Design/Layout" and then by clicking "Advanced Layout" at the top right of this page.
$("#search_submit").appendTo(".search_options");
Before: