PHRAS-2829 #comment Lightbox mobile filter sort of basket list + add user info #time 4h

This commit is contained in:
Harrys Ravalomanana
2019-11-28 10:50:27 +04:00
parent 0ca3469bf3
commit 2cbaaa4fc1
6 changed files with 94 additions and 38 deletions

View File

@@ -17,7 +17,7 @@
#content {
position: fixed;
top:50px;
top:90px;
bottom: 0;
right: 0;
left: 0;
@@ -36,9 +36,12 @@
<h1>{{feed_element.getOrd()}} - {{record.get_title()}}</h1>
<a rel="external" href="{{ path('lightbox') }}" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
</div>
<div class="lightbox-user-info">
{% include 'common/menubar.html.twig' %}
</div>
<div id="content" data-role="content">
{{ thumbnail.format100percent(record.get_preview()) }}
</div>
<div data-role="footer">
</div>
{% endblock %}
{% endblock %}