diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index fe3fc5e7cf..90210c6d70 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -545,7 +545,7 @@ } .media { - padding-top: 15px; + //padding-top: 15px; overflow: visible; } @@ -811,6 +811,11 @@ input[type="submit"] { background-color: #fafafa; } +.panel-inventree { + padding: 10px; + box-shadow: 1px 1px #DDD; +} + .float-right { float: right; } diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 8dd11bbf08..a2b7cc55bb 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -26,173 +26,175 @@ {% endif %} -