From d777b8578ce61c8a7016c9b1ea07ebc94a488703 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 14 Feb 2014 10:39:41 +0100 Subject: [PATCH] Bug 11578: Align budget names --- .../lib/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 c7abac8..b6c2cde 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; -- 1.7.10.4