mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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;
|
||||
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
|
||||
* Classes level_# are created programmatically with margin-right * depth
|
||||
|
Loading…
Reference in New Issue
Block a user