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:
Nathan Gray 2014-01-08 16:10:07 +00:00
parent 0092addd08
commit 957683087c

View File

@ -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