From 1c34ed63e3e68314c36a673830465ccd9ca2ac91 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 3 Aug 2013 20:59:23 -0400 Subject: [PATCH] persist locked fields in xml --- dashboard-ui/thirdparty/jstree1.0fix2/themes/mb3/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/thirdparty/jstree1.0fix2/themes/mb3/style.css b/dashboard-ui/thirdparty/jstree1.0fix2/themes/mb3/style.css index 6d586dba4a..166a7f583e 100644 --- a/dashboard-ui/thirdparty/jstree1.0fix2/themes/mb3/style.css +++ b/dashboard-ui/thirdparty/jstree1.0fix2/themes/mb3/style.css @@ -66,8 +66,8 @@ } .jstree li { - margin-left: 8px; - min-width: 8px; + margin-left: 10px; + min-width: 10px; border-bottom: 1px solid #555; }