diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index dbea21b7..a7662b64 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -114,23 +114,23 @@ margin-top: $gap * 2; } - &.task-order__form { - .totals-box { - margin-top: 0; - } - } - .totals-box { padding: $gap * 4; padding-top: $gap * 2; flex-grow: unset; margin-left: $gap * 6; margin-top: $gap * 3; - max-width: 336px; + width: 33.77%; height: fit-content; background-color: $color-gray-lightest; } + .task-order__form { + .totals-box { + margin-top: 0; + } + } + .panel { @include shadow-panel; } diff --git a/templates/portfolios/task_orders/review.html b/templates/portfolios/task_orders/review.html index 40dec4b3..e12fe615 100644 --- a/templates/portfolios/task_orders/review.html +++ b/templates/portfolios/task_orders/review.html @@ -101,9 +101,7 @@ -
- {{ TotalsBox(task_order=task_order) }} -
+ {{ TotalsBox(task_order=task_order) }} diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html index fac96fb9..8f497051 100644 --- a/templates/task_orders/edit.html +++ b/templates/task_orders/edit.html @@ -91,14 +91,14 @@ {% endcall %} -
+
{% include "fragments/flash.html" %} {% if task_order_id %} {% set action = url_for("task_orders.update", portfolio_id=portfolio.id, task_order_id=task_order_id) %} {% else %} {% set action = url_for("task_orders.update", portfolio_id=portfolio.id) %} {% endif %} -
+ {{ form.csrf_token }} {{ SemiCollapsibleText(paragraph="task_orders.new.form_help_text" | translate) }} @@ -339,9 +339,7 @@
{{ UploadInput(form.pdf) }}
-
- {{ TotalsBox(task_order=task_order) }} -
+ {{ TotalsBox(task_order=task_order) }}