Restrict nm header height to ~6 lines, then scroll

This commit is contained in:
Nathan Gray 2012-06-25 15:12:16 +00:00
parent 966bde0b88
commit 1881c45d0d

View File

@ -632,6 +632,10 @@ tr.draggedOver td {
display: block;
overflow: hidden;
}
.egwGridView_outer th div.innerContainer {
max-height: 7em;
overflow-y: auto;
}
.egwGridView_grid tr.fullRow {
font-style: italic;