UI tweaks

This commit is contained in:
Oliver Walters 2019-05-17 00:23:08 +10:00
parent 2da3a022bf
commit 489d5de9c4
2 changed files with 1 additions and 4 deletions

View File

@ -18,9 +18,6 @@ InvenTree | Build - {{ build }}
<h3>
<div style='float: right;'>
<div class="dropdown" style="float: right;">
<a href="{% url 'build-allocate' build.id %}">
<button class='btn btn-info' type='button' title='Allocate Parts' id='build-allocate'>Allocate Parts</button>
</a>
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Options
<span class="caret"></span></button>
<ul class="dropdown-menu">

View File

@ -6,7 +6,7 @@
{% include "build/tabs.html" with tab='required' %}
<h4>Required Parts</h4>
<table class='table table-striped' id='build-list' data-sorting='true'>
<table class='table table-striped table-condensed' id='build-list' data-sorting='true'>
<thead>
<tr>
<th>Part</th>