Changeset - 278ae0578a76
[Not reviewed]
default
0 1 0
Takumi IINO - 9 years ago 2016-05-23 18:02:33
trot.thunder@gmail.com
datatables: put filters in top left corner where they are easier to spot

This could probably also be done with DataTables "dom" positioning strings.
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -4889,3 +4889,12 @@ body table.dataTable thead .sorting_desc
 
  font-family: "kallithea";
 
  content: "\23f7";
 
}
 

	
 

	
 
.dataTables_wrapper .dataTables_length {
 
  float: right !important;
 
}
 

	
 
.dataTables_wrapper .dataTables_filter {
 
  float: left !important;
 
}
0 comments (0 inline, 0 general)