diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index cd4b63f299..a8efcd0844 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -34,10 +34,12 @@ .progress { position: relative; width: 100%; + margin-bottom: 0px; + background: #eeeef5; } .progress-bar { - opacity: 50%; + opacity: 60%; } .progress-value { @@ -47,7 +49,6 @@ text-align: center; top: 0px; left: 0px; - font-weight: bold; font-size: 110%; } @@ -270,7 +271,6 @@ /* dropzone class - for Drag-n-Drop file uploads */ .dropzone { - border: 1px solid #555; z-index: 2; } @@ -330,6 +330,8 @@ margin: 2px; padding: 3px; object-fit: contain; + border: 1px solid #aaa; + border-radius: 3px; } .part-thumb-container:hover .part-thumb-overlay { diff --git a/InvenTree/company/templates/company/company_base.html b/InvenTree/company/templates/company/company_base.html index 8ec68a401c..693693c39d 100644 --- a/InvenTree/company/templates/company/company_base.html +++ b/InvenTree/company/templates/company/company_base.html @@ -23,7 +23,7 @@ InvenTree | {% trans "Company" %} - {{ company.name }}
-

{{ company.name }}

+

{{ company.name }}

{{ company.description }}

{% if company.is_supplier %} diff --git a/InvenTree/order/templates/order/sales_order_base.html b/InvenTree/order/templates/order/sales_order_base.html index 3ee3198b28..ed8be4256b 100644 --- a/InvenTree/order/templates/order/sales_order_base.html +++ b/InvenTree/order/templates/order/sales_order_base.html @@ -25,7 +25,7 @@ InvenTree | {% trans "Sales Order" %} />
-

{{ order }}

+

{{ order }}

{{ order.description }}