From 2cb8b39498a34cc43ee3a08a2caf266d194f852d 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