Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Filter group bar #809

Merged
merged 12 commits into from
May 27, 2024
Prev Previous commit
Next Next commit
Change style of filter box.
wlorenzetti committed Apr 10, 2024
commit 86efa12d2640c2fad223b05d7e6514842f730a0c
4 changes: 2 additions & 2 deletions g3w-admin/core/templates/core/group_list.html
Original file line number Diff line number Diff line change
@@ -45,12 +45,12 @@ <h1>{% trans 'Cartographic groups' %}</h1>

<div id="group_list_fitler_bar" class="row">
<section class="col-lg-5">
<div class="box box-solid bg-green {% if collapsed_filter_form %}collapsed-box{% endif %}">
<div class="box box-solid {% if collapsed_filter_form %}collapsed-box{% endif %}">
<div class="box-header ui-sortable-handle" style="cursor: move;">
<i class="fa fa-filter"></i>
<h3 class="box-title">{% trans 'Filter by' %}</h3>
<div class="box-tools pull-right">
<button type="button" class="btn bg-green btn-sm" data-widget="collapse"><i class="fa fa-minus"></i>
<button type="button" class="btn btn-sm" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
</div>
</div>