mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-19 22:31:04 +00:00
improved filter form styling
This commit is contained in:
parent
4d5b170e10
commit
a9c2d1d198
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ $(document).ready(function() {
|
|||
$("#filter_form").find('input').each(function(){
|
||||
var input_field = $(this);
|
||||
|
||||
var btn = input_field.after('<button>Go</button>');
|
||||
var btn = input_field.after('<button class="btn">Go</button>');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@
|
|||
<div id="list_filter_container" class="well span4">
|
||||
{% if list_filter %}
|
||||
<h4>{# Translators : action verb #}{% trans "Filter" %}</h4>
|
||||
<form id='filter_form'>
|
||||
<form id='filter_form' class="form-search">
|
||||
{{ list_filter.form.as_p }}
|
||||
</form>
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue