File tree 2 files changed +4
-7
lines changed
django_tables2_simplefilter
static/django_tables2_simplefilter
templates/django_tables2_simplefilter
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
.filter-form > h4 { margin : 0px ; }
3
3
.filter-item : first-child { margin-top : 15px ; }
4
4
.filter-item .filter-name { text-align : right; }
5
- .filter-left-column { display : inline-block; float : left; width : 150px ; }
6
- .filter-right-column { display : inline-block; margin-left : 150 px ; }
5
+ .filter-left-column { display : inline-block; float : left; width : 150px ; margin-top : 2 px ; }
6
+ .filter-right-column { display : inline-block; }
7
7
.filter-actions { margin-top : 15px ; }
8
8
.filter-reset { font-size : 0.8em ; }
Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ <h4>Filter</h4>
17
17
</ div >
18
18
{% endfor %}
19
19
< div class ="filter-actions ">
20
- < div class ="filter-left-column "> </ div >
21
- < div class ="filter-right-column ">
22
- < span class ="filter-submit "> < input type ="submit " value ="Filter "/> </ span >
23
- < span class ="filter-reset "> < a href ="? "> Reset</ a > </ span >
24
- </ div >
20
+ < span class ="filter-submit "> < input type ="submit " value ="Filter "/> </ span >
21
+ < span class ="filter-reset "> < a href ="? "> Reset</ a > </ span >
25
22
</ div >
26
23
</ form >
27
24
</ div >
You can’t perform that action at this time.
0 commit comments