From 196ba5c2079a361c128e0de160d58d47fd9c43c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 7 Jun 2019 10:48:07 +0200 Subject: [PATCH] Move 10-25-50-100 entries in Download entries data table to the visible area --- assets/stylesheets/redmine_dmsf.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/stylesheets/redmine_dmsf.css b/assets/stylesheets/redmine_dmsf.css index 98b8b983..c513507f 100644 --- a/assets/stylesheets/redmine_dmsf.css +++ b/assets/stylesheets/redmine_dmsf.css @@ -88,6 +88,11 @@ table.display thead th div.DataTables_sort_wrapper span { display: block; } +/* Move 10-25-50-100 entries in Download entries data table to the visible area */ +div.dataTables_length label { + margin-left: -24px; +} + /* Comptibility with Easy SW: sorting icons are not visible do */ .ui-state-default .ui-icon { background-image: url("../../../stylesheets/jquery/images/ui-icons_759fcf_256x240.png");