Bug 13370: Inputs overflow in filter
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 2 Dec 2014 10:37:00 +0000 (11:37 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 22 Dec 2014 19:58:44 +0000 (16:58 -0300)
Bug 12376 adds some padding to inputs.
This cause an overflow on the record detail page.

Test plan:
1/ Go on a record detail page with items
2/ Enable filters
Without the patch, the inputs overflow, with the patch it should be
corrected (as before bug 12376).

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/css/datatables.css

index f7239fe..22f3f2c 100644 (file)
@@ -238,6 +238,7 @@ tr.even.selected td {
 span.filter_column > input.text_filter {
     font-size: 80%;
     width: 100%;
+    padding: 0;
 }
 
 /* Row grouping */