# HG changeset patch # User Goffi # Date 1680188637 -7200 # Node ID e3e11ced9f8f5d58847065fa03c54134cc1594e7 # Parent ff67c700405ed1dcb5adde358b4580622bfeadf0 bulma: new `retry-notification` template: this template is used notably when server connection is lost, and it will be checked again after a delay. diff -r ff67c700405e -r e3e11ced9f8f sat_templates/templates/bulma/dialogs/retry-notification.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/dialogs/retry-notification.html Thu Mar 30 17:03:57 2023 +0200 @@ -0,0 +1,16 @@ +
+
+ {% set level_map={ + 'success': 'is-success', + 'info': 'is-info', + 'warning': 'is-warning', + 'error': 'is-danger' + } + %} + +
+ {{message}} + +
+
+
diff -r ff67c700405e -r e3e11ced9f8f sat_templates/templates/bulma/static/styles.css --- a/sat_templates/templates/bulma/static/styles.css Thu Mar 30 17:00:45 2023 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Thu Mar 30 17:03:57 2023 +0200 @@ -85,6 +85,9 @@ align-items: center; } +.is-valign-middle { + vertical-align: middle; +} .x-is-hoverable:hover { background-color: #eee !important;