From fecc1f5ad3691fb13b5c9426bda1fab42d7f0d84 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 14 Jun 2022 16:41:50 +0200 Subject: [PATCH] workflow visuals --- .../Resources/public/chill/scss/flex_table.scss | 3 ++- .../Resources/views/Workflow/_history.html.twig | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss index 44f00b9ee..221f4a147 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss @@ -25,8 +25,9 @@ div.flex-table { div.message-item { border-radius: 10px !important; - box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important; + box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px !important; width: 96%; + margin-bottom: .5rem; margin-left: auto; margin-right: auto; } diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_history.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_history.html.twig index dda309da0..7cf136334 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_history.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_history.html.twig @@ -5,7 +5,7 @@ {% set place_labels = workflow_metadata(entity_workflow, 'label', step.currentStep) %} {% set place_label = place_labels is null ? step.currentStep : place_labels|localize_translatable_string %} -
+
{% if loop.first and step.next is null %}