improved filter form styling

This commit is contained in:
Daniel Greenfeld 2013-07-07 11:59:45 +02:00
parent 4d5b170e10
commit a9c2d1d198
2 changed files with 2 additions and 2 deletions

View file

@ -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>');
});
});

View file

@ -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 %}