From 487f6b1806d7890eba4efb7c92f577a628b57cd7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 16 May 2013 09:56:28 +0200 Subject: [PATCH] fix minor layout error in folder tree (Bug #51) --- styles/bootstrap/application.css | 4 ++++ views/bootstrap/class.Bootstrap.php | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index d3a0df5be..7f3b8ca4e 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -35,6 +35,10 @@ ul.actions li a.btn > i { font-size: 200%; } +ul.tree, ul.tree ul { + margin-left: 20px; +} + @media (max-width: 480px) { .nav-tabs > li { float:none; diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 1e56d72b7..79e467d60 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -966,8 +966,9 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common { } if ($folder->getAccessMode($this->params['user']) >= $accessMode) { - if ($is_open) print ""; - else print ""; + if ($is_open) print ""; + else print ""; +// print ""; if ($folderID != $currentFolderID){