changeset 5942:278ae0578a76

datatables: put filters in top left corner where they are easier to spot This could probably also be done with DataTables "dom" positioning strings.
author Takumi IINO <trot.thunder@gmail.com>
date Mon, 23 May 2016 18:02:33 +0200
parents ff33bb5cf1e9
children 81a1eb6cd56e
files kallithea/public/css/style.css
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Mon May 23 18:02:33 2016 +0200
+++ b/kallithea/public/css/style.css	Mon May 23 18:02:33 2016 +0200
@@ -4889,3 +4889,12 @@
   font-family: "kallithea";
   content: "\23f7";
 }
+
+
+.dataTables_wrapper .dataTables_length {
+  float: right !important;
+}
+
+.dataTables_wrapper .dataTables_filter {
+  float: left !important;
+}