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){