diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index ce8f2d7a..2e595ed0 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -6,7 +6,6 @@ } .panel { - padding: 0 $gap * 2; width: 100%; @include ie-only { @@ -20,7 +19,6 @@ .task-order-heading__name { align-items: center; - padding: $gap; label { padding: $gap; @@ -71,8 +69,7 @@ } .task-order-sidebar { - flex-basis: 25%; - min-width: 30rem; + min-width: 35rem; hr { margin: 2rem 0; diff --git a/templates/workspaces/task_orders/show.html b/templates/workspaces/task_orders/show.html index 760a57e5..40a78237 100644 --- a/templates/workspaces/task_orders/show.html +++ b/templates/workspaces/task_orders/show.html @@ -5,7 +5,7 @@ {% block workspace_content %} {% macro Step(title="", description="", link_text=None, link_url=None, complete=True) %} -
+
{{ Icon("ok", classes="complete" if complete else "incomplete") }}
@@ -65,7 +65,7 @@
-
+

New Task Order

{{ task_order.status.value }}
@@ -89,7 +89,7 @@
-

What's next?

+

What's next?

{{ Step( title="Submit draft Task Order", description="Complete initial task order request form.", @@ -112,43 +112,49 @@ title="Have your KO submit your final task order", description="Your KO will submit the final task order into your organization's contracting system and receive an official task order number. Your KO should enter your task order number in this system, along with a copy of the submitted task order.", complete=False) }} -

Once your required information is submitted in this system, you're funded and ready to start using JEDI cloud services!

+

Once your required information is submitted in this system, you're funded and ready to start using JEDI cloud services!

-

Download documents

- {% set description -%} - last updated on - - {%- endset %} - {{ DocumentLink( - title="Task Order Draft", - link_url=url_for('task_orders.download_summary', task_order_id=task_order.id), - description=description) }} +
+

Download documents

+ {% set description -%} + last updated on + + {%- endset %} + {{ DocumentLink( + title="Task Order Draft", + link_url=url_for('task_orders.download_summary', task_order_id=task_order.id), + description=description) }} +

- {{ DocumentLink( - title="Cloud Services Estimate", - link_url="#") }} - {{ DocumentLink( - title="Market Research", - link_url="#") }} - {{ DocumentLink( - title="DD 254", - link_url="") }} +
+ {{ DocumentLink( + title="Cloud Services Estimate", + link_url="#") }} + {{ DocumentLink( + title="Market Research", + link_url="#") }} + {{ DocumentLink( + title="DD 254", + link_url="") }} +
-

Invitations

- {{ InvitationStatus('Contracting Officer', task_order.contracting_officer) }} - {{ InvitationStatus('Contracting Officer Representative', task_order.contracting_officer_representative) }} - {{ InvitationStatus('IA Security Officer', officer=task_order.security_officer) }} +
+

Invitations

+ {{ InvitationStatus('Contracting Officer', task_order.contracting_officer) }} + {{ InvitationStatus('Contracting Officer Representative', task_order.contracting_officer_representative) }} + {{ InvitationStatus('IA Security Officer', officer=task_order.security_officer) }} - - {{ Icon("edit") }} - manage invitations - + + {{ Icon("edit") }} + manage invitations + +