From 30e94f0c53723355e331d02e1437897cc25d7d62 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 14 Feb 2014 10:39:41 +0100 Subject: [PATCH] Bug 11578: (follow-up) align budget names Signed-off-by: Martin Renvoize Signed-off-by: Galen Charlton --- .../jquery/plugins/treetable/stylesheets/jquery.treetable.css | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css index c7abac8344..b6c2cded29 100644 --- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css +++ b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css @@ -3,6 +3,7 @@ table.treetable span.indenter { margin: 0; padding: 0; text-align: right; + width: 19px; /* Disable text selection of nodes (for better D&D UX) */ user-select: none; -- 2.39.5