The product works fine (as a book finder in a library) with two exceptions.
The first issue is similar to described in "Wrong CSS in Joomla 3.3.0 when login" topic, but it persist for both, logged and not logged users.
Buttons are not like on your demo - they are plain rectangles with text.
HTML:
<div class="ui-bar ui-footer ui-bar-inherit" data-role="footer" role="contentinfo">
<input type="submit" value="Restart" name="action" data-iconpos="right" data-icon="refresh">
</div>
But, on the detail view - the button is OK like on your demo.
HTML:
<a class="ui-link ui-btn ui-icon-arrow-l ui-btn-icon-left ui-shadow ui-corner-all" data-icon="arrow-l" data-role="button" href="#pf_result_main" role="button">Back</a>
(CSS parts are very long - but I can send it)
Joomla 3.3.6
Gantry, Afterburner2 template
Thank yo for help in advance
Jan