From 59d10acbb69f0e8e048c6723516000325eae0f25 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 10 Apr 2013 16:55:40 +0200 Subject: [PATCH] styling --- src/main/webapp/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index 43b02eb8..fb537094 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -56,6 +56,10 @@ margin-left: 0px; } +.css-treeview li { + line-height: 18px; +} + .css-treeview .icon-fldr { background: url("../images/tree_icons.png") no-repeat; cursor: pointer;