From 753898db67c319a7e7c90e85e4945563ff71e765 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 12 Jun 2019 15:27:40 -0400 Subject: [PATCH] Set content width and move alert --- styles/sections/_task_order.scss | 8 ++++++-- templates/task_orders/edit.html | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index a6e0abc9..43ab28df 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -88,6 +88,7 @@ .task-order { margin-top: $gap * 4; + width: 900px; hr { border: 0; @@ -102,7 +103,6 @@ .col { flex-grow: 1; - max-width: 610px; } .h1, @@ -120,7 +120,7 @@ flex-grow: unset; margin-left: $gap * 6; margin-top: $gap * 3; - width: 33.77%; + width: 35%; height: fit-content; background-color: $color-gray-lightest; } @@ -141,6 +141,10 @@ .usa-form-group-year { margin-right: 0.4rem; } + + .usa-alert { + margin: 1.5em 0; + } } .row.row__form-fields { diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html index 2faa576d..6e0c9007 100644 --- a/templates/task_orders/edit.html +++ b/templates/task_orders/edit.html @@ -108,13 +108,14 @@
- {% include "fragments/flash.html" %}

{{ "task_orders.new.form_help_text" | translate }}


+ {% include "fragments/flash.html" %} +
Add your task order