UI tweaks

This commit is contained in:
Oliver Walters 2020-04-21 20:05:15 +10:00
parent 399dcafede
commit b40234e403
3 changed files with 7 additions and 5 deletions

View File

@ -34,10 +34,12 @@
.progress { .progress {
position: relative; position: relative;
width: 100%; width: 100%;
margin-bottom: 0px;
background: #eeeef5;
} }
.progress-bar { .progress-bar {
opacity: 50%; opacity: 60%;
} }
.progress-value { .progress-value {
@ -47,7 +49,6 @@
text-align: center; text-align: center;
top: 0px; top: 0px;
left: 0px; left: 0px;
font-weight: bold;
font-size: 110%; font-size: 110%;
} }
@ -270,7 +271,6 @@
/* dropzone class - for Drag-n-Drop file uploads */ /* dropzone class - for Drag-n-Drop file uploads */
.dropzone { .dropzone {
border: 1px solid #555;
z-index: 2; z-index: 2;
} }
@ -330,6 +330,8 @@
margin: 2px; margin: 2px;
padding: 3px; padding: 3px;
object-fit: contain; object-fit: contain;
border: 1px solid #aaa;
border-radius: 3px;
} }
.part-thumb-container:hover .part-thumb-overlay { .part-thumb-container:hover .part-thumb-overlay {

View File

@ -23,7 +23,7 @@ InvenTree | {% trans "Company" %} - {{ company.name }}
</div> </div>
</div> </div>
<div class='media-body'> <div class='media-body'>
<h4>{{ company.name }}</h4> <h3>{{ company.name }}</h3>
<p>{{ company.description }}</p> <p>{{ company.description }}</p>
<div class='btn-group'> <div class='btn-group'>
{% if company.is_supplier %} {% if company.is_supplier %}

View File

@ -25,7 +25,7 @@ InvenTree | {% trans "Sales Order" %}
/> />
</div> </div>
<div class='media-body'> <div class='media-body'>
<h4>{{ order }}</h4> <h3>{{ order }}</h3>
<p>{{ order.description }}</p> <p>{{ order.description }}</p>
<p> <p>
<div class='btn-row'> <div class='btn-row'>