comparison sat_templates/templates/bulma/ticket/overview.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 f5f428a50c10
children 0657982e81af
comparison
equal deleted inserted replaced
245:10278ba367a2 246:1928ba66c194
8 {% block body %} 8 {% block body %}
9 <section class="section has-background-white"> 9 <section class="section has-background-white">
10 <div class="content has-items-centered is-flex"> 10 <div class="content has-items-centered is-flex">
11 {{ component.action_button(url_tickets_new) }} 11 {{ component.action_button(url_tickets_new) }}
12 </div> 12 </div>
13 <div id="tickets" class="container has-background-white has-padding-1"> 13 <div id="tickets" class="container has-background-white px-1 py-1">
14 {{ xmlui.generate_list( 14 {{ xmlui.generate_list(
15 tickets, 15 tickets,
16 ( 16 (
17 ('title', _('Title')), 17 ('title', _('Title')),
18 ('labels', _('Labels')), 18 ('labels', _('Labels')),