reverting r48575 "Fix sub-grid column indent" as it makes filenames in hierarchies more cluttered

This commit is contained in:
Ralf Becker
2014-09-10 12:18:26 +00:00
parent ab805f90e4
commit 33b0fc473b
2 changed files with 5 additions and 2 deletions

View File

@ -624,7 +624,7 @@ var et2_dataview_controller = Class.extend({
if(this.entry.idx == 0)
{
// Set the CSS for the level - required so columns line up
var indent = $j("<span class='indentation'/>").appendTo('body');
var indent = $j("<span class='indentation'/>").appendTo(tr);
egw.css(".subentry td div.innerContainer.level_"+d,
"margin-right:" + (parseInt(indent.css("margin-right")) * d) + "px"
);