From 1881c45d0d1c5a75ceeec86fbbafe26d38bcab80 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 25 Jun 2012 15:12:16 +0000 Subject: [PATCH] Restrict nm header height to ~6 lines, then scroll --- phpgwapi/templates/idots/css/traditional.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index 6b02a88ee5..901bee0b14 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -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;