Part display tweaks

This commit is contained in:
Oliver Walters 2021-02-24 16:37:32 +11:00
parent a660578262
commit 2a7b32d4f4
2 changed files with 157 additions and 150 deletions

View File

@ -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;
}

View File

@ -26,6 +26,7 @@
</div>
{% endif %}
<div class='panel panel-default panel-inventree'>
<div class="row">
<div class="col-sm-6">
{% include "part/part_thumb.html" %}
@ -185,7 +186,8 @@
</div>
</div>
<hr>
</div>
<div class='container-fluid'>
{% block details %}