Mercurial > libervia-templates
comparison sat_templates/templates/bulma/ticket/item.html @ 246:1928ba66c194
bulma: replaced custom styles by new spacing helpers
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Jun 2020 17:57:13 +0200 |
parents | 0e69b5843c2f |
children | 40fccd3b7cf0 |
comparison
equal
deleted
inserted
replaced
245:10278ba367a2 | 246:1928ba66c194 |
---|---|
21 {% trans %}Your comment has been sent{% endtrans %} | 21 {% trans %}Your comment has been sent{% endtrans %} |
22 {% endblock confirm_message %} | 22 {% endblock confirm_message %} |
23 | 23 |
24 {% block body %} | 24 {% block body %} |
25 {{ icon_defs('pencil') }} | 25 {{ icon_defs('pencil') }} |
26 <div class="columns has-margin-top-1"> | 26 <div class="columns mt-4"> |
27 <div class="column has-background-white"> | 27 <div class="column has-background-white"> |
28 <div id="{{ item.widget_value['id'] }}" class="media has-padding-1"> | 28 <div id="{{ item.widget_value['id'] }}" class="media px-1 py-1"> |
29 {% if identities is defined %} | 29 {% if identities is defined %} |
30 {% if avatar is defined %} | 30 {% if avatar is defined %} |
31 <figure class="media-left"> | 31 <figure class="media-left"> |
32 {{ avatar.avatar(item.widget_value['publisher'].bare) }} | 32 {{ avatar.avatar(item.widget_value['publisher'].bare) }} |
33 </figure> | 33 </figure> |