mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
fix minor layout error in folder tree (Bug #51)
This commit is contained in:
parent
8cac883395
commit
487f6b1806
|
@ -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;
|
||||
|
|
|
@ -966,8 +966,9 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
|||
}
|
||||
if ($folder->getAccessMode($this->params['user']) >= $accessMode) {
|
||||
|
||||
if ($is_open) print "<i class=\"icon-folder-open\" name=\"treeimg".$folderID."\"></i><span style=\"padding-left:5px\" >";
|
||||
else print "<i class=\"icon-folder-close\" name=\"treeimg".$folderID."\"></i><span style=\"padding-left:5px\" >";
|
||||
if ($is_open) print "<i class=\"icon-folder-open\" name=\"treeimg".$folderID."\"></i>";
|
||||
else print "<i class=\"icon-folder-close\" name=\"treeimg".$folderID."\"></i>";
|
||||
// print "<span style=\"padding-left:5px\" >";
|
||||
|
||||
if ($folderID != $currentFolderID){
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user