mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Visual style improvements
This commit is contained in:
@ -4,11 +4,21 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h3>Companies</h3>
|
||||
<div id='button-toolbar'>
|
||||
<button style='float: right;' class="btn btn-success" id='new-company'>New Company</button>
|
||||
<div class='row'>
|
||||
<div class='col-sm-6'>
|
||||
<h3>Company List</h3>
|
||||
</div>
|
||||
<div class='col-sm-6'>
|
||||
<div class='container' id='active-build-toolbar' style='float: right;'>
|
||||
<div class='btn-group' style='float: right;'>
|
||||
<button type='button' class="btn btn-success" id='new-company'>New Company</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<table class='table table-striped' id='company-table' data-toolbar='#button-toolbar'>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user