diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss index f8bd42442..a98c5c391 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss @@ -459,8 +459,19 @@ span.item-key { /// Workflows div.workflow { section.step { - border: 1px solid $chill-l-gray; - padding: 1em 2em; + form { + display: flex; + flex-direction: column; + align-items: center; + } + i.fa-angle-double-down { + font-size: 3rem; + color: rgba(0, 0, 0, 0.568); + margin-bottom: 1rem; + margin-top: 1rem; + } + // border: 1px solid $chill-l-gray; + // padding: 1em 2em; div.flex-table { margin: 1.5em -2em; } 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 156c2cfdb..ebed5c08d 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss @@ -6,6 +6,17 @@ * FLEX RESPONSIVE TABLE/BLOCK PRESENTATION */ +.pop-item { + border-radius: 10px !important; + box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; + // border: .3px solid; + // width: 96%; + padding:2rem; + margin-left: auto; + margin-right: auto; + width: 97%; +} + div.flex-bloc, div.flex-table { display: flex; @@ -14,8 +25,9 @@ div.flex-table { box-sizing: border-box; margin: 1.5em 0; - .card-item { + div.card-item { border-radius: 10px !important; + // box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important; box-shadow: rgba(0,0,0,.4) 3px 2px 4px, rgba(0,0,0,.3) 0px 7px 13px -3px, rgba(0,0,0,.2) 0px -3px 6px inset !important; width: 96%; margin-left: auto; diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig index bb0411371..8b492843d 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig @@ -9,7 +9,7 @@ {% set labels = workflow_metadata(entity_workflow, 'label', step.currentStep) %} {% set label = labels is null ? step.currentStep : labels|localize_translatable_string %} -
{{ form_label(transition_form.comment) }}
+ + {{ form_widget(transition_form.comment) }} + +{{ form_label(transition_form.comment) }}
- - {{ form_widget(transition_form.comment) }} - -