Edit the search box

I would like to edit the simple search box to be centered at the top of the list page. Also I would like to have it right next to the other buttons for export, rather than below.Your help with this will be appreciated!

You may use jQuery (e.g. in Startup Script) to move the search textbox, see: https://api.jquery.com/category/manipulation/dom-insertion-outside/. Right click the search box, select “Inspect” (assume you use Chrome) to view the HTML and find the id or class to select.