Mercurial > libervia-templates
changeset 251:80cfec962b1e
bulma (blog): more padding
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 16 Jul 2020 09:08:34 +0200 |
parents | e0a30db831a1 |
children | a0e889d73bad |
files | sat_templates/templates/bulma/blog/item.html sat_templates/templates/bulma/input/textbox.html |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/blog/item.html Thu Jul 16 09:08:34 2020 +0200 +++ b/sat_templates/templates/bulma/blog/item.html Thu Jul 16 09:08:34 2020 +0200 @@ -15,7 +15,7 @@ {# we may display items in different language in a specific way #} {% set other_lang = " other_lang" if expanded else " other_lang state_init" %} {% endif %} - <article id="{{item.id}}" class="media has-background-white px-1 py-1" > + <article id="{{item.id}}" class="media has-background-white px-4 py-3" > {% if identities is defined %} {% if avatar is defined %} <div class="media-left">
--- a/sat_templates/templates/bulma/input/textbox.html Thu Jul 16 09:08:34 2020 +0200 +++ b/sat_templates/templates/bulma/input/textbox.html Thu Jul 16 09:08:34 2020 +0200 @@ -17,8 +17,8 @@ {% set extra_content = caller() if caller is defined else '' %} {% call form.form(action=action, class="textbox " + class) %} {{ head(service, node, type) }} - {{ extra_content }} - <article class="media"> + {{ extra_content }} + <article class="media px-4 py-3"> {% if identities is defined and own_jid is defined %} {% if avatar is defined %} <div class="media-left">