2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

CSS updates

- Add template for filter lists
- Filter lists now layout horizontally
- Change flex-row to flex-wrap
This commit is contained in:
Oliver
2021-11-01 08:38:24 +11:00
parent 9057462588
commit 360f0406b5
17 changed files with 65 additions and 119 deletions

View File

@ -1,10 +1,8 @@
{% load i18n %}
<div id='attachment-buttons'>
<div class='btn-group'>
<div class='filter-list' id='filter-list-related'>
<!-- An empty div in which the filter list will be constructed -->
</div>
<div class='btn-group' role='group'>
{% include "filter_list.html" with id="related" %}
</div>
</div>