Index table enhancement

* minor changes
This commit is contained in:
mipel 2021-07-20 17:10:49 +02:00
parent 215290723a
commit 07dd2ecd34
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% block body %} {% block body %}
<div class="style-2">
{% include 'table.html' %} {% include 'table.html' %}
</div>
{% endblock %} {% endblock %}

View File

@ -25,7 +25,7 @@
Search input and rpp selector Search input and rpp selector
{% endcomment %} {% endcomment %}
<div class="row my-1"> <div class="row my-1">
<div class="col-sm-12 col-md"> <div class="col-sm-12 col-md-8 col-lg-6">
<form method="get" action="{{table.filter}}"> <form method="get" action="{{table.filter}}">
<div class="input-group"> <div class="input-group">
<input type="text" class="form-control" aria-label="{% trans 'Search for keywords' %}" placeholder="{% trans 'Search' %}"> <input type="text" class="form-control" aria-label="{% trans 'Search for keywords' %}" placeholder="{% trans 'Search' %}">