comparison sat_templates/templates/bulma/event/admin.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
99 _("language"), 99 _("language"),
100 class="form__field--tiny") }} 100 class="form__field--tiny") }}
101 {{ field.checkbox("comments", 101 {{ field.checkbox("comments",
102 _("allow comments"), 102 _("allow comments"),
103 checked=true) }} 103 checked=true) }}
104 {{ field.submit(_("send"), class="has-margin-top-1") }} 104 {{ field.submit(_("send"), class="mt-4") }}
105 {% endcall %} 105 {% endcall %}
106 </div> 106 </div>
107 107
108 <div class="tab__page" id="tab_blog"> 108 <div class="tab__page" id="tab_blog">
109 {% if items is defined %} 109 {% if items is defined %}