In my application I have the following code
<ul data-role="listview" data-filter="true" data-filter-placeholder="Search for something..." data-inset="true">
</ul>
<a href="#popupNested" style="text-align: right" data-rel="popup" data-transition="pop"><span class="material-icons"> filter_alt </span></a>
These 2 elements are currently on 2 sperate rows. How can I make them in the same horizontal row?