Mercurial > libervia-templates
comparison sat_templates/templates/bulma/input/textbox.html @ 251:80cfec962b1e
bulma (blog): more padding
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 16 Jul 2020 09:08:34 +0200 |
parents | e0a30db831a1 |
children | fbea1b9a558f |
comparison
equal
deleted
inserted
replaced
250:e0a30db831a1 | 251:80cfec962b1e |
---|---|
15 Only a body by default, but new elements can be | 15 Only a body by default, but new elements can be |
16 added by using this macro with call #} | 16 added by using this macro with call #} |
17 {% set extra_content = caller() if caller is defined else '' %} | 17 {% set extra_content = caller() if caller is defined else '' %} |
18 {% call form.form(action=action, class="textbox " + class) %} | 18 {% call form.form(action=action, class="textbox " + class) %} |
19 {{ head(service, node, type) }} | 19 {{ head(service, node, type) }} |
20 {{ extra_content }} | 20 {{ extra_content }} |
21 <article class="media"> | 21 <article class="media px-4 py-3"> |
22 {% if identities is defined and own_jid is defined %} | 22 {% if identities is defined and own_jid is defined %} |
23 {% if avatar is defined %} | 23 {% if avatar is defined %} |
24 <div class="media-left"> | 24 <div class="media-left"> |
25 {{ avatar.avatar(own_jid.userhost()) }} | 25 {{ avatar.avatar(own_jid.userhost()) }} |
26 </div> | 26 </div> |