mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
reverting r48575 "Fix sub-grid column indent" as it makes filenames in hierarchies more cluttered
This commit is contained in:
parent
ab805f90e4
commit
33b0fc473b
@ -624,7 +624,7 @@ var et2_dataview_controller = Class.extend({
|
|||||||
if(this.entry.idx == 0)
|
if(this.entry.idx == 0)
|
||||||
{
|
{
|
||||||
// Set the CSS for the level - required so columns line up
|
// 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,
|
egw.css(".subentry td div.innerContainer.level_"+d,
|
||||||
"margin-right:" + (parseInt(indent.css("margin-right")) * d) + "px"
|
"margin-right:" + (parseInt(indent.css("margin-right")) * d) + "px"
|
||||||
);
|
);
|
||||||
|
@ -1078,11 +1078,14 @@ div.message.floating {
|
|||||||
* Grid / nextmatch Hierarchy
|
* Grid / nextmatch Hierarchy
|
||||||
*/
|
*/
|
||||||
/* Make sure arrow & cell content don't overlap */
|
/* Make sure arrow & cell content don't overlap */
|
||||||
.et2_nextmatch .egwGridView_grid span.arrow {
|
.egwGridView_grid span.arrow {
|
||||||
margin: 6px -12px 4px 4px;
|
margin: 6px -12px 4px 4px;
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.egwGridView_grid span.arrow ~ div.innerContainer {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
/* Indent the sub-grid */
|
/* Indent the sub-grid */
|
||||||
.egwGridView_grid .egwGridView_grid {
|
.egwGridView_grid .egwGridView_grid {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user