mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Give a minimum height to loading nm rows so average height can be properly calculated, avoiding loading hundreds of rows.
This commit is contained in:
parent
0092addd08
commit
957683087c
@ -916,6 +916,11 @@ div.message.floating {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border-left: 1px solid silver;
|
border-left: 1px solid silver;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Initial height used for calculating average heights, before content is loaded */
|
||||||
|
.egwGridView_grid > tbody > tr > td > .loading{
|
||||||
|
min-height: 1.6em;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* This class' margin-right is used to line up columns at each indent level
|
* This class' margin-right is used to line up columns at each indent level
|
||||||
* Classes level_# are created programmatically with margin-right * depth
|
* Classes level_# are created programmatically with margin-right * depth
|
||||||
|
Loading…
Reference in New Issue
Block a user