comparison sat_templates/templates/default/photo/album.html @ 172:4a03d0a6839b

css (styles): various styles improvments: - work on list - new paired-slides class - box-medium is a larger than before - use --text modified when size is 1em - added several list modifiers classes - added several box modifiers
author Goffi <goffi@goffi.org>
date Sat, 26 Jan 2019 20:22:18 +0100
parents e9f0a4215e46
children db2e11c45082
comparison
equal deleted inserted replaced
171:cede18c118c9 172:4a03d0a6839b
15 <span class='album__comments-bar' onclick="clicked_mh_fix('{{'comments_panel'|next_gidx}}')"> 15 <span class='album__comments-bar' onclick="clicked_mh_fix('{{'comments_panel'|next_gidx}}')">
16 {% trans %}comments{% endtrans %} 16 {% trans %}comments{% endtrans %}
17 {% if file.comments_count %} 17 {% if file.comments_count %}
18 <span class='comments__count'>({{file.comments_count}})</span> 18 <span class='comments__count'>({{file.comments_count}})</span>
19 {% endif %} 19 {% endif %}
20 {{ icon('comment-empty', cls='icon--small') }} 20 {{ icon('comment-empty', cls='icon--text') }}
21 </span> 21 </span>
22 <div id='{{'comments_panel'|cur_gidx}}' class="panel-drawer"> 22 <div id='{{'comments_panel'|cur_gidx}}' class="panel-drawer">
23 {{ blog.show_items(file.comments, expanded=true, dates_fmt='relative') }} 23 {{ blog.show_items(file.comments, expanded=true, dates_fmt='relative') }}
24 <div class="comment_post"> 24 <div class="comment_post">
25 {{- textbox.comment_or_login(service=file.comments_service, node=file.comments_node) -}} 25 {{- textbox.comment_or_login(service=file.comments_service, node=file.comments_node) -}}